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