From 4af47a75411029c0fcb67b863959a0b0268d05ba Mon Sep 17 00:00:00 2001 From: Br4guette Date: Wed, 3 Jul 2024 17:46:16 +0200 Subject: [PATCH] fix: typo in index --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 31166c0..d408417 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,8 +8,8 @@ project documentation as described by Daniele Procida in the [Diátaxis documentation framework](https://diataxis.fr/) and consists of four separate parts: -1. [Tutorials](tutorials.md) -2. [How-To Guides](how-to-guides.md) +1. [Tutorials](./Usage/installation.md) +2. [How-To Guides](./Usage/linux.md) 3. [Reference](reference/reference.md) 4. [Explanation](explanation.md) 5. [Test](test.md)