From 24220f6b6291c4f5bb1bbc5d13de02b2a8af372a Mon Sep 17 00:00:00 2001 From: Alexander Zhang <97085527+bkrl@users.noreply.github.com> Date: Fri, 9 Feb 2024 05:18:06 -0800 Subject: [PATCH] Fix broken link in docs (#350) --- docs/pages/cli/forget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/cli/forget.md b/docs/pages/cli/forget.md index e3d9f6f..29e7d69 100644 --- a/docs/pages/cli/forget.md +++ b/docs/pages/cli/forget.md @@ -4,7 +4,7 @@ autorestic forget [-l, --location] [-a, --all] [--dry-run] [--prune] ``` -This will prune and remove old data form the backends according to the [keep policy you have specified for the location](/location/forget). +This will prune and remove old data form the backends according to the [keep policy you have specified for the location](/location/options/forget). The `--dry-run` flag will do a dry run showing what would have been deleted, but won't touch the actual data.