From b111adb1c30040efe69d8502d40fd47240c81339 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 17 May 2017 09:49:32 +0200 Subject: [PATCH] Add link to configuration docs --- source/_components/notify.file.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).