From fe9eff8ce36be77bcebedbb2e415d30e919ded66 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 16 May 2025 12:14:45 -0400 Subject: [PATCH] docs: Fix index.md links Use relative links in index.md and correct the location of the COPYING file. Signed-off-by: Kevin O'Connor --- docs/index.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4846f96d..45639d18 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,14 +8,12 @@ title: Welcome The Klipper firmware controls 3d-Printers. 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 -information on why you should use the Klipper software. +[features document](Features.md) for more information on why you +should use the Klipper software. -Start by [installing Klipper software](https://www.klipper3d.org/Installation.html). +Start by [installing Klipper software](Installation.md). Klipper software is Free Software. Read the -[documentation](https://www.klipper3d.org/Overview.html), see the -[license](COPYING), or +[documentation](Overview.md), see the [license](../COPYING), or [download](https://github.com/Klipper3d/Klipper) the software. We -depend on the generous support from our -[sponsors](https://www.klipper3d.org/Sponsors.html). +depend on the generous support from our [sponsors](Sponsors.md).