diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-13 14:40:35 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-13 14:40:35 -0500 |
commit | 097e6c524b178d57ced31bfc3127f6718d808304 (patch) | |
tree | d5bca05a6dd080c63d97db04dbf39168c429dd3f /docs/FAQ.md | |
parent | 077280bb62adcbaeaf36b827a9de7f0e24d06e12 (diff) | |
download | kutter-097e6c524b178d57ced31bfc3127f6718d808304.tar.gz kutter-097e6c524b178d57ced31bfc3127f6718d808304.tar.xz kutter-097e6c524b178d57ced31bfc3127f6718d808304.zip |
docs: Fix link in FAQ document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index f0dd7534..fd56594f 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -117,8 +117,8 @@ baud rate to 250000 when using Klipper. The Klipper micro-controller baud rate is not related to the baud rate of the micro-controller's bootloader. See the -[bootloader document](docs/Bootloaders.md) for additional information -on bootloaders. +[bootloader document](Bootloaders.md) for additional information on +bootloaders. ### Can I run Klipper on something other than a Raspberry Pi 3? |