Skip to content

Commit 16aa74c

Browse files
committed
fix path link
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 42c0c90 commit 16aa74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/syncs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flagd can connect to one or more sync sources.
1010
The file path sync provider reads and watch the source file for updates(ex: changes and deletions).
1111
It's important to note that most file operations result in multiple file system events.
1212
For production use-cases, a symbolic link is recommended for the watched file, which enables atomic modification.
13-
See the [relevant troubleshooting entry](../../troubleshooting/#extra-duplicate-events-in-file-syncs).
13+
See the [relevant troubleshooting entry](../troubleshooting.md#extra-duplicate-events-in-file-syncs).
1414

1515
```shell
1616
flagd start --uri file:etc/featureflags.json

0 commit comments

Comments
 (0)