diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-14 21:12:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-14 21:12:21 -0400 |
commit | 8bc9f39c58d4416faa53323fad2bece4a14847a0 (patch) | |
tree | cee26f4b1bca3d6a0fe8b26d82ea0e597d49b120 /docs/Installation.md | |
parent | 9cb21de68ead14fd0e13ea0f730b79972a82a5fd (diff) | |
download | kutter-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/Installation.md')
-rw-r--r-- | docs/Installation.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index d277aa3c..ea2746f1 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -127,11 +127,11 @@ Configuring Klipper The Klipper configuration is stored in a text file on the Raspberry Pi. Take a look at the example config files in the -[config directory](../config/). The -[example.cfg](../config/example.cfg) file contains documentation on -command parameters and it can also be used as an initial config file -template. However, for most printers, one of the other config files -may be a more concise starting point. +[config directory](https://github.com/KevinOConnor/klipper/tree/master/config/). The +[example.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example.cfg) +file contains documentation on command parameters and it can also be +used as an initial config file template. However, for most printers, +one of the other config files may be a more concise starting point. Arguably the easiest way to update the Klipper configuration file is to use a desktop editor that supports editing files over the "scp" |