Browse Source

Updated groovy docs to point to the new groovy repo

Clinton Gormley 11 years ago
parent
commit
98dfc26fb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/groovy-api/index.asciidoc

+ 1 - 1
docs/groovy-api/index.asciidoc

@@ -30,7 +30,7 @@ For example, you can define the latest version in your `pom.xml` file:
 --------------------------------------------------
 <dependency>
     <groupId>org.elasticsearch</groupId>
-    <artifactId>elasticsearch-client-groovy</artifactId>
+    <artifactId>elasticsearch-lang-groovy</artifactId>
     <version>${es.version}</version>
 </dependency>
 --------------------------------------------------