From 842bf554971a466c7277e415d73e548d2cabd7e9 Mon Sep 17 00:00:00 2001 From: Jack Conradson Date: Fri, 19 Oct 2018 11:52:15 -0700 Subject: [PATCH] [Docs] Fixes a bug in the rest-client watcher docs related to cross-link issue. --- docs/java-rest/high-level/supported-apis.asciidoc | 4 ++-- .../java-rest/high-level/watcher/start-watch-service.asciidoc | 2 +- docs/java-rest/high-level/watcher/stop-watch-service.asciidoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/java-rest/high-level/supported-apis.asciidoc b/docs/java-rest/high-level/supported-apis.asciidoc index 4ddc9441de9..28ef96d5eae 100644 --- a/docs/java-rest/high-level/supported-apis.asciidoc +++ b/docs/java-rest/high-level/supported-apis.asciidoc @@ -335,8 +335,8 @@ include::security/delete-role-mapping.asciidoc[] The Java High Level REST Client supports the following Watcher APIs: -* <> -* <> +* <<{upid}-start-watch-service>> +* <<{upid}-stop-watch-service>> * <> * <> * <<{upid}-ack-watch>> diff --git a/docs/java-rest/high-level/watcher/start-watch-service.asciidoc b/docs/java-rest/high-level/watcher/start-watch-service.asciidoc index 7adb7dc709b..9e3eaf1359f 100644 --- a/docs/java-rest/high-level/watcher/start-watch-service.asciidoc +++ b/docs/java-rest/high-level/watcher/start-watch-service.asciidoc @@ -9,7 +9,7 @@ [id="{upid}-{api}-request"] ==== Execution -{xpack-ref}/watcher-api-start.html[Start watcher] enables you +{ref}/watcher-api-start.html[Start watcher] enables you to manually start the watch service. Submit the following request to start the watch service: diff --git a/docs/java-rest/high-level/watcher/stop-watch-service.asciidoc b/docs/java-rest/high-level/watcher/stop-watch-service.asciidoc index fe606ccc767..173edf3cc7b 100644 --- a/docs/java-rest/high-level/watcher/stop-watch-service.asciidoc +++ b/docs/java-rest/high-level/watcher/stop-watch-service.asciidoc @@ -9,7 +9,7 @@ [[java-rest-high-watcher-stop-watch-service-execution]] ==== Execution -{xpack-ref}/watcher-api-stop.html[Stop watcher] enables you +{ref}/watcher-api-stop.html[Stop watcher] enables you to manually stop the watch service. Submit the following request to stop the watch service: