From c3b658df8829bf5f33e5afb7537cb53186547434 Mon Sep 17 00:00:00 2001 From: lcawley Date: Thu, 14 Sep 2017 14:12:20 -0700 Subject: [PATCH] [DOCS] Fixed broken link to put watch API Original commit: elastic/x-pack-elasticsearch@f36caaa371c32cd0074f91c6600107a8c9690fe4 --- docs/en/watcher/how-watcher-works.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/watcher/how-watcher-works.asciidoc b/docs/en/watcher/how-watcher-works.asciidoc index 3cc0a70d745..b47b83dbf1e 100644 --- a/docs/en/watcher/how-watcher-works.asciidoc +++ b/docs/en/watcher/how-watcher-works.asciidoc @@ -228,9 +228,10 @@ You can also set a watch to the _inactive_ state. Inactive watches are not registered with a trigger engine and can never be triggered. To set a watch to the inactive state when you create it, set the -{ref}/watcher-api-put-watch.html#watcher-api-put-watch-active-state[`active`] -parameter to _inactive_. To deactivate an existing watch, use the -{ref}/watcher-api-deactivate-watch.html[Deactivate Watch API]. To reactivate an inactive watch, use the +{ref}/watcher-api-put-watch.html[`active`] parameter to _inactive_. To +deactivate an existing watch, use the +{ref}/watcher-api-deactivate-watch.html[Deactivate Watch API]. To reactivate an +inactive watch, use the {ref}/watcher-api-activate-watch.html[Activate Watch API]. NOTE: You can use the {ref}/watcher-api-execute-watch.html[Execute Watch API]