summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClinton Gormley <clint@traveljury.com>2015-06-19 17:54:57 +0200
committerClinton Gormley <clint@traveljury.com>2015-06-19 17:54:57 +0200
commit11330d1a34c20d4fec824662a2092371c3575bb8 (patch)
treee2837c927fadb912e21945d21ab36740911c2cee
parent64581d66c94e8f3e5514243d4eaf343ad067cc96 (diff)
Docs: Fixed URLs in the Groovy docs
-rw-r--r--docs/groovy-api/index.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/groovy-api/index.asciidoc b/docs/groovy-api/index.asciidoc
index 7869c5fa19..7bab4d5d82 100644
--- a/docs/groovy-api/index.asciidoc
+++ b/docs/groovy-api/index.asciidoc
@@ -21,7 +21,7 @@ covered in <<anatomy>>.
=== Maven Repository
The Groovy API is hosted on
-http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elasticsearch-client-groovy%22[Maven
+http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elasticsearch-groovy%22[Maven
Central].
For example, you can define the latest version in your `pom.xml` file:
@@ -30,7 +30,7 @@ For example, you can define the latest version in your `pom.xml` file:
--------------------------------------------------
<dependency>
<groupId>org.elasticsearch</groupId>
- <artifactId>elasticsearch-lang-groovy</artifactId>
+ <artifactId>elasticsearch-groovy</artifactId>
<version>${es.version}</version>
</dependency>
--------------------------------------------------