Skip to content

Commit

Permalink
Fix broken link in docs (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrl authored Feb 9, 2024
1 parent ced2080 commit 24220f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/cli/forget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 24220f6

Please sign in to comment.