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 4e904d2 commit 04f3101
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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
@@ -1,7 +1,7 @@
[[java-clients]]
=== Java client and security

{security} supports the Java http://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html[transport client] for Elasticsearch.
{security} supports 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 @@ -31,8 +31,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 04f3101

Please sign in to comment.