docs: fix absolute links need to be absolute

This commit is contained in:
Johannes Kirschbauer
2025-10-03 18:59:21 +02:00
parent 76d1d9b167
commit 8d9d4c9089
27 changed files with 95 additions and 96 deletions

View File

@@ -85,26 +85,26 @@ hide:
---
[Get started](/getting-started/creating-your-first-clan.md){ .md-button .md-button--primary }
[Get started](./getting-started/creating-your-first-clan.md){ .md-button .md-button--primary }
[View on Gitea](https://git.clan.lol/clan/clan-core){ .md-button }
## Guides
<div class="grid cards" markdown>
- [Inventory](/guides/inventory/inventory.md)
- [Inventory](./guides/inventory/inventory.md)
---
Learn how about inventory
- [Vars](/guides/vars/vars-overview.md)
- [Vars](./guides/vars/vars-overview.md)
---
Learn how to use vars
- [macOS](/guides/macos.md)
- [macOS](./guides/macos.md)
---
@@ -116,7 +116,7 @@ hide:
<div class="grid cards" markdown>
- [CLI](/reference/cli/index.md)
- [CLI](./reference/cli/index.md)
---
@@ -128,7 +128,7 @@ hide:
Search all options
- [Services](/reference/clanServices/index.md)
- [Services](./services/official/index.md)
---