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/Overview.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/Overview.md')
-rw-r--r-- | docs/Overview.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 7463741d..db179572 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -9,10 +9,12 @@ chips. Read [features](Features.md) for reasons to use Klipper. See settings in the config file. The Klipper configuration is stored in a simple text file on the host -machine. The [config/example.cfg](../config/example.cfg) file serves -as a reference for the config file. See the [Slicers](Slicers.md) -document for information on configuring a slicer with Klipper. See the -[Bed Level](Bed_Level.md), [Endstop Phase](Endstop_Phase.md), +machine. The +[config/example.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example.cfg) +file serves as a reference for the config file. See the +[Slicers](Slicers.md) document for information on configuring a slicer +with Klipper. See the [Bed Level](Bed_Level.md), +[Endstop Phase](Endstop_Phase.md), [Probe Calibrate](Probe_Calibrate.md), [Delta Calibrate](Delta_Calibrate.md), and [Manual Level](Manual_Level.md) documents for information on bed |