Skip to content

Commit 1e121ec

Browse files
committed
DOCS: Fix broken link in the put index template api
This commit fixes the broken doc introduced in #30400 Relates #30400
1 parent f5ee74a commit 1e121ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/IndicesClientDocumentationIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,9 +1575,9 @@ public void testPutTemplate() throws Exception {
15751575
request.order(20); // <1>
15761576
// end::put-template-request-order
15771577

1578-
// tag::put-template-request-order
1578+
// tag::put-template-request-version
15791579
request.version(4); // <1>
1580-
// end::put-template-request-order
1580+
// end::put-template-request-version
15811581

15821582
// tag::put-template-whole-source
15831583
request.source("{\n" +

0 commit comments

Comments
 (0)