Browse Source

Fix synced flush docs

They had some copy and paste errors that failed the docs build.
Nik Everett 7 years ago
parent
commit
7c5abc0a6b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/java-rest/high-level/indices/flush_synced.asciidoc

+ 3 - 3
docs/java-rest/high-level/indices/flush_synced.asciidoc

@@ -1,4 +1,4 @@
-[[java-rest-high-flush]]
+[[java-rest-high-flush-synced]]
 === Flush Synced API
 
 [[java-rest-high-flush-synced-request]]
@@ -60,7 +60,7 @@ include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-execu
 provided as an argument
 <2> Called in case of failure. The raised exception is provided as an argument
 
-[[java-rest-high-flush-response]]
+[[java-rest-high-flush-synced-response]]
 ==== Flush Synced Response
 
 The returned `SyncedFlushResponse` allows to retrieve information about the
@@ -88,4 +88,4 @@ By default, if the indices were not found, an `ElasticsearchException` will be t
 --------------------------------------------------
 include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-notfound]
 --------------------------------------------------
-<1> Do something if the indices to be flushed were not found
+<1> Do something if the indices to be flushed were not found