diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 15:06:58 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 15:06:58 -0500 |
commit | 1f2d9c051cc49e690ec5fb7fc0035da074053b5e (patch) | |
tree | 42f3e8b95ad19ce58aff105ca1211302adb5288c /docs/RPi_microcontroller.md | |
parent | a2d1e03b91a43fca494037aad4542938855ab6bb (diff) | |
download | kutter-1f2d9c051cc49e690ec5fb7fc0035da074053b5e.tar.gz kutter-1f2d9c051cc49e690ec5fb7fc0035da074053b5e.tar.xz kutter-1f2d9c051cc49e690ec5fb7fc0035da074053b5e.zip |
docs: Use relative links for files outside the docs/ directory
Use javascript to fixup the "github pages" rendering of links to files
outside the docs/ directory. Then use normal relative links in the
documentation.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/RPi_microcontroller.md')
-rw-r--r-- | docs/RPi_microcontroller.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md index 18b5a8ab..d86a38a4 100644 --- a/docs/RPi_microcontroller.md +++ b/docs/RPi_microcontroller.md @@ -54,8 +54,8 @@ Remaining configuration Complete the installation by configuring Klipper secondary MCU following the instructions in -[RaspberryPi sample config](https://github.com/KevinOConnor/klipper/tree/master/config/sample-raspberry-pi.cfg) and -[Multi MCU sample config](https://github.com/KevinOConnor/klipper/tree/master/config/sample-multi-mcu.cfg). +[RaspberryPi sample config](../config/sample-raspberry-pi.cfg) and +[Multi MCU sample config](../config/sample-multi-mcu.cfg). Optional: Identify the correct gpiochip ======================================= |