diff --git a/source/_components/notify.file.markdown b/source/_components/notify.file.markdown index b2c3a07d051..0061b31f003 100644 --- a/source/_components/notify.file.markdown +++ b/source/_components/notify.file.markdown @@ -28,7 +28,7 @@ notify: Configuration variables: - **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -- **filename** (*Required*): Name of the file to use. The file will be created if it doesn't exist and saved in your `config/` folder. +- **filename** (*Required*): Name of the file to use. The file will be created if it doesn't exist and saved in your [configuration](/docs/configuration/) folder. - **timestamp** (*Optional*): Setting `timestamp` to `True` adds a timestamp to every entry. To use notifications, please see the [getting started with automation page](/getting-started/automation/).