Skip to content

Commit

Permalink
[DOCS] Fixes broken links to clients (elastic#81325)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 3, 2021
1 parent a3e7d27 commit b682557
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/java-api/client.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
client completeness].
Any missing APIs can always be implemented today by using the
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
level Java REST Client] with JSON request and response bodies.
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
response bodies.
===================================

Expand Down
4 changes: 2 additions & 2 deletions docs/java-api/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
client completeness].
Any missing APIs can always be implemented today by using the
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
level Java REST Client] with JSON request and response bodies.
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
response bodies.
===================================

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/setup/setup-xclient.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
client completeness].
Any missing APIs can always be implemented today by using the
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
level Java REST Client] with JSON request and response bodies.
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
response bodies.
===================================

Expand Down
10 changes: 5 additions & 5 deletions x-pack/docs/en/security/tribe-clients-integrations/java.asciidoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[[java-clients]]
=== Java Client and security

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

The transport client uses the same transport protocol that the cluster nodes use
for inter-node communication. It is very efficient as it does not have to marshall
and unmarshall JSON requests like a typical REST client.
Expand Down Expand Up @@ -33,8 +33,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
client completeness].
Any missing APIs can always be implemented today by using the
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
level Java REST Client] with JSON request and response bodies.
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
response bodies.
===================================

Expand Down
4 changes: 2 additions & 2 deletions x-pack/docs/en/watcher/java.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
client completeness].
Any missing APIs can always be implemented today by using the
link:/guide/en/elasticsearch/client/java-rest/current/java-rest-low.html[low
level Java REST Client] with JSON request and response bodies.
{java-rest}/java-rest-low.html[low level Java REST Client] with JSON request and
response bodies.
===================================

Expand Down

0 comments on commit b682557

Please sign in to comment.