aboutsummaryrefslogtreecommitdiffstats
path: root/docs/beaglebone.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-04-14 21:12:21 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-04-14 21:12:21 -0400
commit8bc9f39c58d4416faa53323fad2bece4a14847a0 (patch)
treecee26f4b1bca3d6a0fe8b26d82ea0e597d49b120 /docs/beaglebone.md
parent9cb21de68ead14fd0e13ea0f730b79972a82a5fd (diff)
downloadkutter-8bc9f39c58d4416faa53323fad2bece4a14847a0.tar.gz
kutter-8bc9f39c58d4416faa53323fad2bece4a14847a0.tar.xz
kutter-8bc9f39c58d4416faa53323fad2bece4a14847a0.zip
docs: Avoid using .. in markdown links
Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/beaglebone.md')
-rw-r--r--docs/beaglebone.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/beaglebone.md b/docs/beaglebone.md
index 6a5afdd3..2dcba7a3 100644
--- a/docs/beaglebone.md
+++ b/docs/beaglebone.md
@@ -99,5 +99,6 @@ Unfortunately, the Beaglebone processor can sometimes struggle to run
OctoPrint well. Print stalls have been known to occur on complex
prints (the printer may move faster than OctoPrint can send movement
commands). If this occurs, consider using the "virtual_sdcard" feature
-(see [config/example-extras.cfg](../config/example-extras.cfg) for
-details) to print directly from Klipper.
+(see
+[config/example-extras.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example-extras.cfg)
+for details) to print directly from Klipper.