Skip to content

Commit 7f70a18

Browse files
committed
Fix broken mp3 URL, close raspberrypi#249
1 parent 83f73e9 commit 7f70a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage/audio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This will play the audio file `example.mp3` through either your monitor's built-
1111
If you need an example file you can download one from here using the following command:
1212

1313
```bash
14-
wget https://goo.gl/xeOSpQ -O example.mp3 --no-check-certificate
14+
wget https://goo.gl/XJuOUW -O example.mp3 --no-check-certificate
1515
```
1616

1717
If you cannot hear anything, make sure your headphones or speakers are connected correctly. Note that omxplayer doesn't use ALSA and so ignores the [audio configuration](../../configuration/audio-config.md) set by `raspi-config` or `amixer`.

0 commit comments

Comments
 (0)