diff options
author | 2020-04-29 13:27:58 +0200 | |
---|---|---|
committer | 2020-04-29 13:47:02 +0200 | |
commit | 3cb0dec8bb0a015b4785d9c9dad7a14804fc03b2 (patch) | |
tree | ebf2bb3cfd0b963b18e6d0ab38ae0a0702b2597c /docs/getting-started/machines | |
parent | aa5ab5c5ca2148c970d91c2cadcea8b07a17123c (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 602af3b..c56424e 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 |