diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-04-29 13:27:58 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-04-29 13:38:47 +0200 |
commit | cb483195e846472bdf92d0ecb0129abccba3d103 (patch) | |
tree | 3ebe8912bf6d38ecf8e90cf391d3d86e172fa740 /docs/getting-started/machines | |
parent | fec9f6a77b3193eb159dd78ba659a4d51c309f1d (diff) |
Github returns a 301 for urls with /./ which confuses fetcher
Remove the ./ .
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/getting-started/machines')
-rw-r--r-- | docs/getting-started/machines/raspberrypi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/machines/raspberrypi.md b/docs/getting-started/machines/raspberrypi.md index 8e0a8db..918fa18 100644 --- a/docs/getting-started/machines/raspberrypi.md +++ b/docs/getting-started/machines/raspberrypi.md @@ -239,7 +239,7 @@ Olimex cable. You can reference the following diagram for information on the following steps: <p align="center"> - <img src="./images/RaspberryPi2-ModelB-debug-serial-cable.png"> + <img src="images/RaspberryPi2-ModelB-debug-serial-cable.png"> </p> 1. Connect the Olimex cable to the Universal Asynchronous Receiver-Transmitter |