We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c0c90 commit 16aa74cCopy full SHA for 16aa74c
docs/concepts/syncs.md
@@ -10,7 +10,7 @@ flagd can connect to one or more sync sources.
10
The file path sync provider reads and watch the source file for updates(ex: changes and deletions).
11
It's important to note that most file operations result in multiple file system events.
12
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).
+See the [relevant troubleshooting entry](../troubleshooting.md#extra-duplicate-events-in-file-syncs).
14
15
```shell
16
flagd start --uri file:etc/featureflags.json
0 commit comments