From c40b706186021d177366c6715a8523719f26ec98 Mon Sep 17 00:00:00 2001 From: Bryan Kaplan <#@bryankaplan.com> Date: Mon, 23 Jan 2023 13:03:33 -0800 Subject: [PATCH] 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. --- docs/content/bisync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/bisync.md b/docs/content/bisync.md index ad8beec4a..3258fffaf 100644 --- a/docs/content/bisync.md +++ b/docs/content/bisync.md @@ -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.