diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 14:25:38 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 14:25:38 -0400 |
commit | baad3f281d8d69aae45ec3d14f8b9fdb7b3f2d00 (patch) | |
tree | 36cd8fd8d41a0aea76b22ca09cf81db6c5b16c50 | |
parent | 9c6b4d1bf4f04bf32544efe6625017a34e30c1c0 (diff) | |
download | kutter-baad3f281d8d69aae45ec3d14f8b9fdb7b3f2d00.tar.gz kutter-baad3f281d8d69aae45ec3d14f8b9fdb7b3f2d00.tar.xz kutter-baad3f281d8d69aae45ec3d14f8b9fdb7b3f2d00.zip |
README: Fix links to www.klipper3d.org
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,11 +6,11 @@ https://www.klipper3d.org/ Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the -[features document](https://www.klipper3d.org/Features.html) for more +[features document](https://www.klipper3d.org/Features) for more information on why you should use Klipper. To begin using Klipper start by -[installing](https://www.klipper3d.org/Installation.html) it. +[installing](https://www.klipper3d.org/Installation) it. Klipper is Free Software. See the [license](COPYING) or read the -[documentation](https://www.klipper3d.org/Overview.html). +[documentation](https://www.klipper3d.org/Overview). |