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>
This commit is contained in:
Kevin O'Connor
2019-04-14 21:12:21 -04:00
parent 9cb21de68e
commit 8bc9f39c58
7 changed files with 46 additions and 37 deletions

View File

@@ -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.