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

@@ -4,7 +4,7 @@ This guide explains how to use the Clan backup and state management interface to
## State Management
Clan backups are based on the concept of [states](/reference/clan.core/state.md). A state is a Nix attribute set, defined as `clan.core.state.<name> = {};`, which specifies the files or directories to back up.
Clan backups are based on the concept of [states](../../reference/clan.core/state.md). A state is a Nix attribute set, defined as `clan.core.state.<name> = {};`, which specifies the files or directories to back up.
For example, if you have a clan service called `linkding`, you can define the folders to back up as follows: