Docs: Fixed URLs in the Groovy docs

This commit is contained in:
Clinton Gormley 2015-06-19 17:54:57 +02:00
parent 64581d66c9
commit 11330d1a34
1 changed files with 2 additions and 2 deletions

View File

@ -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>
--------------------------------------------------