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/Slicers.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/Slicers.md')
-rw-r--r-- | docs/Slicers.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/Slicers.md b/docs/Slicers.md index 35c9bde0..6a8c5707 100644 --- a/docs/Slicers.md +++ b/docs/Slicers.md @@ -18,9 +18,8 @@ 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 -[sample-macros.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/sample-macros.cfg) -for example START_PRINT and END_PRINT macros. +See [sample-macros.cfg](../config/sample-macros.cfg) for example +START_PRINT and END_PRINT macros. See the [config reference](Config_Reference.md#gcode_macro) for details on defining a gcode_macro. |