From 6e261622f8babd5e2f3926b1cc98c4baab323751 Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Thu, 26 Mar 2015 14:18:51 -0400 Subject: [PATCH] Website: GH-730 for docs/agent/watches.html. --- website/source/docs/agent/watches.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/watches.html.markdown b/website/source/docs/agent/watches.html.markdown index e65be95e43..bdfe993dd9 100644 --- a/website/source/docs/agent/watches.html.markdown +++ b/website/source/docs/agent/watches.html.markdown @@ -17,7 +17,7 @@ Watches are implemented using blocking queries in the [HTTP API](/docs/agent/htt Agents automatically make the proper API calls to watch for changes and inform a handler when the data view has updated. -Watches can be configured as part of the [agent's configuration](/docs/agent/options.html), +Watches can be configured as part of the [agent's configuration](/docs/agent/options.html#watches), causing them to run once the agent is initialized. Reloading the agent configuration allows for adding or removing watches dynamically.