From 8bc9f39c58d4416faa53323fad2bece4a14847a0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 14 Apr 2019 21:12:21 -0400 Subject: 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 --- docs/G-Codes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/G-Codes.md') diff --git a/docs/G-Codes.md b/docs/G-Codes.md index f100d07c..e33df755 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -42,9 +42,9 @@ possible G-Code command. Instead, Klipper prefers human readable If one requires a less common G-Code command then it may be possible to implement it with a custom Klipper gcode_macro (see -[example-extras.cfg](../config/example-extras.cfg) for details). For -example, one might use this to implement: `G10`, `G11`, `G12`, `G29`, -`G30`, `G31`, `M42`, `M80`, `M81`, etc. +[example-extras.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example-extras.cfg) +for details). For example, one might use this to implement: `G10`, +`G11`, `G12`, `G29`, `G30`, `G31`, `M42`, `M80`, `M81`, etc. ## G-Code SD card commands -- cgit v1.2.3-70-g09d2