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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user