diff --git a/docs/content/providers/file.md b/docs/content/providers/file.md index ecf255d85..b393dd0c9 100644 --- a/docs/content/providers/file.md +++ b/docs/content/providers/file.md @@ -5,7 +5,7 @@ Good Old Configuration File The file provider lets you define the [dynamic configuration](./overview.md) in a TOML or YAML file. -It supports providing configuration through a [single configuration file]](#filename) or [multiple separate files](#directory). +It supports providing configuration through a [single configuration file](#filename) or [multiple separate files](#directory). !!! info