summaryrefslogtreecommitdiff
path: root/docs/groovy-api/index.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/groovy-api/index.asciidoc')
-rw-r--r--docs/groovy-api/index.asciidoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/groovy-api/index.asciidoc b/docs/groovy-api/index.asciidoc
index a140c16176..dd819c07c1 100644
--- a/docs/groovy-api/index.asciidoc
+++ b/docs/groovy-api/index.asciidoc
@@ -1,7 +1,6 @@
= Groovy API
-:ref: http://www.elastic.co/guide/en/elasticsearch/reference/current
-:java: http://www.elastic.co/guide/en/elasticsearch/client/java-api/current
-:version: 6.0.0-alpha1
+
+include::../Versions.asciidoc[]
[preface]
== Preface
@@ -13,7 +12,7 @@ asynchronous in nature (they either accept a listener, or return a
future).
The Groovy API is a wrapper on top of the
-{java}[Java API] exposing it in a groovier
+{javaclient}[Java API] exposing it in a groovier
manner. The execution options for each API follow a similar manner and
covered in <<anatomy>>.