diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-14 21:12:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-14 21:12:21 -0400 |
commit | 8bc9f39c58d4416faa53323fad2bece4a14847a0 (patch) | |
tree | cee26f4b1bca3d6a0fe8b26d82ea0e597d49b120 /docs/Slicers.md | |
parent | 9cb21de68ead14fd0e13ea0f730b79972a82a5fd (diff) | |
download | kutter-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/Slicers.md')
-rw-r--r-- | docs/Slicers.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Slicers.md b/docs/Slicers.md index 25c45d05..0e849ffa 100644 --- a/docs/Slicers.md +++ b/docs/Slicers.md @@ -18,8 +18,9 @@ END_PRINT in the slicer's configuration. Defining these actions in the Klipper configuration may make it easier to tweak the printer's start and end steps as changes do not require re-slicing. -See the [example-extras.cfg](../config/example-extras.cfg) file for -details on defining a gcode_macro. +See the +[example-extras.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example-extras.cfg) +file for details on defining a gcode_macro. # Large retraction settings may require tuning Klipper |