Skip to content

Commit bafb767

Browse files
committed
Replace short-URLs with their long equivalents (to make it easier to juggle these links about)
1 parent 9c56bc6 commit bafb767

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

hardware/computemodule/cmio-camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To connect a single camera:
3939

4040
![GPIO connection for a single camera](images/CMIO-Cam-GPIO.jpg)
4141

42-
1. Power the CM up and run `sudo wget http://goo.gl/U4t12b -O /boot/dt-blob.bin`
42+
1. Power the CM up and run `sudo wget https://raw.githubusercontent.com/raspberrypi/documentation/master/hardware/computemodule/dt-blob-cam1.bin -O /boot/dt-blob.bin`
4343
1. Finally, reboot for the dt-blob.bin file to be read.
4444

4545
To connect two cameras, follow the steps as for a single camera and then also:

hardware/computemodule/cmio-display.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please note that the display is **not** designed to be hot pluggable. It (and ca
2222

2323
1. Power up the Compute Module and run:
2424

25-
```sudo wget https://goo.gl/iiVxuA -O /boot/dt-blob.bin```
25+
```sudo wget https://raw.githubusercontent.com/raspberrypi/documentation/master/hardware/computemodule/dt-blob-disp1-only.bin -O /boot/dt-blob.bin```
2626

2727
1. Reboot for the `dt-blob.bin` file to be read.
2828

@@ -45,7 +45,7 @@ Please note that the display is **not** designed to be hot pluggable. It (and ca
4545

4646
1. Power up the Compute Module and run:
4747

48-
```sudo wget https://goo.gl/gaqNrO -O /boot/dt-blob.bin```
48+
```sudo wget https://raw.githubusercontent.com/raspberrypi/documentation/master/hardware/computemodule/dt-blob-disp1-cam1.bin -O /boot/dt-blob.bin```
4949

5050
1. Reboot for the `dt-blob.bin` file to be read.
5151

@@ -67,7 +67,7 @@ Please note that the display is **not** designed to be hot pluggable. It (and ca
6767

6868
1. Power up the Compute Module and run:
6969

70-
```sudo wget https://goo.gl/htHv7m -O /boot/dt-blob.bin```
70+
```sudo wget https://raw.githubusercontent.com/raspberrypi/documentation/master/hardware/computemodule/dt-blob-disp1-cam2.bin -O /boot/dt-blob.bin```
7171

7272
1. Reboot for the `dt-blob.bin` file to be read.
7373

usage/audio/README.md

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

1515
```bash
16-
wget http://rpf.io/lamp3 -O example.mp3 --no-check-certificate
16+
wget https://raw.githubusercontent.com/raspberrypilearning/burping-jelly-baby/master/data/la.mp3 -O example.mp3 --no-check-certificate
1717
```
1818

1919
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)