Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.6][DOCS] Fixes broken links to clients (#81325) #81332

Merged
merged 1 commit into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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