From 5e81b26b87dde15e6a8f412afcf55caaef338df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Adel=C3=A9?= Date: Fri, 25 Jul 2025 09:01:02 +0200 Subject: [PATCH] fix(readme): correct relative link to state documentation --- clanServices/borgbackup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clanServices/borgbackup/README.md b/clanServices/borgbackup/README.md index 965c4f11a..c7dc83f31 100644 --- a/clanServices/borgbackup/README.md +++ b/clanServices/borgbackup/README.md @@ -58,8 +58,8 @@ Destinations can be: ## State management -Backups are based on [states](/reference/clan.core/state/). A state defines -which files should be backed up and how these files are obtained through +Backups are based on [states](../../reference/clan.core/state.md). A state +defines which files should be backed up and how these files are obtained through pre/post backup and restore scripts. Here's an example for a user application `linkding`: