From 1ba327ce68b0269acbd0da9d158021ec722e2d8c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Aug 2017 15:27:51 +0200 Subject: [PATCH] Add link to details --- source/_components/notify.gntp.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/notify.gntp.markdown b/source/_components/notify.gntp.markdown index f319a5980c2..29bda0c15ac 100644 --- a/source/_components/notify.gntp.markdown +++ b/source/_components/notify.gntp.markdown @@ -34,3 +34,5 @@ Configuration variables: - **hostname** (*Optional*): The hostname or IP address of the GNTP server to contact. - **password** (*Optional*): The password to authenticate to the GNTP server with. - **port** (*Optional*): The port that the GNTP server runs on. The specification states that servers should not allow users to use any port other than 23053 but `port` is provided here just in case. + +To use notifications, please see the [getting started with automation page](/getting-started/automation/).