Skip to content

Commit 114145f

Browse files
authored
[DOCS] Fixes broken links to clients (#81325)
1 parent 678e82d commit 114145f

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

docs/java-api/client.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
4141
client completeness].
4242
4343
Any missing APIs can always be implemented today by using the
44-
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
45-
level Java REST Client] with JSON request and response bodies.
44+
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
45+
response bodies.
4646
4747
===================================
4848

docs/java-api/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
3535
client completeness].
3636
3737
Any missing APIs can always be implemented today by using the
38-
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
39-
level Java REST Client] with JSON request and response bodies.
38+
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
39+
response bodies.
4040
4141
===================================
4242

docs/reference/setup/setup-xclient.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
2525
client completeness].
2626
2727
Any missing APIs can always be implemented today by using the
28-
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
29-
level Java REST Client] with JSON request and response bodies.
28+
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
29+
response bodies.
3030
3131
===================================
3232

x-pack/docs/en/security/tribe-clients-integrations/java.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
=== Java Client and security
33

44
The {es} {security-features} support the Java
5-
http://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html[transport client]
6-
for Elasticsearch.
5+
{javaclient}/transport-client.html[transport client] for Elasticsearch.
76

87
The transport client uses the same transport protocol that the cluster nodes use
98
for inter-node communication. It is very efficient as it does not have to marshall
@@ -34,8 +33,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
3433
client completeness].
3534
3635
Any missing APIs can always be implemented today by using the
37-
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
38-
level Java REST Client] with JSON request and response bodies.
36+
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
37+
response bodies.
3938
4039
===================================
4140

x-pack/docs/en/watcher/java.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
1919
client completeness].
2020
2121
Any missing APIs can always be implemented today by using the
22-
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
23-
level Java REST Client] with JSON request and response bodies.
22+
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
23+
response bodies.
2424
2525
===================================
2626

0 commit comments

Comments
 (0)