From 370d570237641f4d79fd2dfd6d15247f440e352e Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Fri, 17 Jul 2026 11:24:01 +0200 Subject: [PATCH] fix(docs): fix broken anchor link in concepts.md The heading in misc.md was renamed to "Extra Options for Backup, WAL Archiving, and Restore", which changed its anchor slug, but the link in concepts.md still pointed at the old anchor. Update the link in both the current docs and the affected 0.13.0 versioned snapshot. Signed-off-by: Marco Nenciarini --- web/docs/concepts.md | 2 +- web/versioned_docs/version-0.13.0/concepts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/docs/concepts.md b/web/docs/concepts.md index 3832df3..388714a 100644 --- a/web/docs/concepts.md +++ b/web/docs/concepts.md @@ -43,7 +43,7 @@ as **tarballs** in the `base` directory, following the The plugin also offers advanced capabilities, including [backup tagging](misc.md#backup-object-tagging) and -[extra options for backups and WAL archiving](misc.md#extra-options-for-backup-and-wal-archiving). +[extra options for backups and WAL archiving](misc.md#extra-options-for-backup-wal-archiving-and-restore). :::tip For details, refer to the diff --git a/web/versioned_docs/version-0.13.0/concepts.md b/web/versioned_docs/version-0.13.0/concepts.md index 3832df3..388714a 100644 --- a/web/versioned_docs/version-0.13.0/concepts.md +++ b/web/versioned_docs/version-0.13.0/concepts.md @@ -43,7 +43,7 @@ as **tarballs** in the `base` directory, following the The plugin also offers advanced capabilities, including [backup tagging](misc.md#backup-object-tagging) and -[extra options for backups and WAL archiving](misc.md#extra-options-for-backup-and-wal-archiving). +[extra options for backups and WAL archiving](misc.md#extra-options-for-backup-wal-archiving-and-restore). :::tip For details, refer to the