docs: Fix link in bisync doc

This commit fixes the `#check-access` anchor link in the bisync.md document.

`#check-access-option` does not exist in bisync.md; `#check-access` does.
This commit is contained in:
Bryan Kaplan 2023-01-23 13:03:33 -08:00 committed by albertony
parent 351fc609b1
commit c40b706186
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ versionIntroduced: "v1.58"
- For successive sync runs, leave off the `--resync` flag.
- Consider using a [filters file](#filtering) for excluding
unnecessary files and directories from the sync.
- Consider setting up the [--check-access](#check-access-option) feature
- Consider setting up the [--check-access](#check-access) feature
for safety.
- On Linux, consider setting up a [crontab entry](#cron). bisync can
safely run in concurrent cron jobs thanks to lock files it maintains.