aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Features.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-04-14 21:12:21 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-04-14 21:12:21 -0400
commit8bc9f39c58d4416faa53323fad2bece4a14847a0 (patch)
treecee26f4b1bca3d6a0fe8b26d82ea0e597d49b120 /docs/Features.md
parent9cb21de68ead14fd0e13ea0f730b79972a82a5fd (diff)
downloadkutter-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/Features.md')
-rw-r--r--docs/Features.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Features.md b/docs/Features.md
index f5facb9a..c67a0ccc 100644
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -116,7 +116,9 @@ Klipper supports many standard 3d printer features:
document for more information.
* Sample configuration files are available for many common printers.
- Check the [config directory](../config/) for a list.
+ Check the
+ [config directory](https://github.com/KevinOConnor/klipper/tree/master/config/)
+ for a list.
To get started with Klipper, read the [installation](Installation.md)
guide.