From de06769677bc0ecb503adfef9e11bd880b88ecab Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Mon, 10 Dec 2018 16:29:43 -0500 Subject: [PATCH] Docs: Fix link to transport client The transport client was linking to a page in maven central that didn't have the transport client in it. This is better link and happens to be the same link that the low and high level rest client use. --- docs/java-api/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-api/index.asciidoc b/docs/java-api/index.asciidoc index 72b18d49646..e5eb2a6b020 100644 --- a/docs/java-api/index.asciidoc +++ b/docs/java-api/index.asciidoc @@ -27,7 +27,7 @@ The javadoc for the transport client can be found at {transport-client-javadoc}/ == Maven Repository Elasticsearch is hosted on -http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elasticsearch%22[Maven +http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.elasticsearch.client%22[Maven Central]. For example, you can define the latest version in your `pom.xml` file: