Skip to content

Commit a71bc91

Browse files
committed
Fix some links
1 parent 60fe3ae commit a71bc91

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

cibuild.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ if [ "$TRAVIS" == "true" ]; then
4545
bountysource\.com
4646
barryodonovan\.com
4747
unity3d\.com
48+
x3dom\.org
49+
https:\/\/na\.industrial\.panasonic\.com\/products\/wireless-connectivity\/bluetooth\/bluetooth-classic\/series\/pan1325a1315a-series\/CS460
4850
}.map{|h| "/#{h}/"}.join(",")')
4951
else
5052
# credit: code snippet borrowed from jekyllrb.com website source
@@ -53,6 +55,7 @@ else
5355
https:\/\/github\.com\/myuser\/myrepo
5456
https:\/\/github.com\/ev3dev\/ev3dev\.github\.io\/edit\/.*
5557
robosnap.net
58+
https:\/\/na\.industrial\.panasonic\.com\/products\/wireless-connectivity\/bluetooth\/bluetooth-classic\/series\/pan1325a1315a-series\/CS460
5659
}.map{|h| "/#{h}/"}.join(",")')
5760
fi
5861

docs/kernel-hackers-notebook/ev3-sound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: EV3 Sound
1212

1313
## Device Driver
1414

15-
The driver is implemented as an [ALSA](https://www.kernel.org/doc/Documentation/sound/alsa/) sound driver. There is an [input](https://www.kernel.org/doc/Documentation/input/input.txt) device that is integrated into the ASLA driver to provide a system beep (e.g. ^G). There are also extra attributes for manually controlling tone mode since the input device required root privileges when used from a remote terminal (i.e. ssh).
15+
The driver is implemented as an [ALSA](https://www.kernel.org/doc/html/latest/sound/index.html) sound driver. There is an [input](https://www.kernel.org/doc/Documentation/input/input.txt) device that is integrated into the ASLA driver to provide a system beep (e.g. ^G). There are also extra attributes for manually controlling tone mode since the input device required root privileges when used from a remote terminal (i.e. ssh).
1616

1717
## Notes
1818

0 commit comments

Comments
 (0)