Skip to content

Commit

Permalink
[DOCS] Fixes broken links to clients (#81325) (#81331)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Dec 3, 2021
1 parent 0618edb commit 88ab5cc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
=== 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.
{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
Expand Down Expand Up @@ -34,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 88ab5cc

Please sign in to comment.