From 129f8f791fdbf42d4617ebc0587c638155dea7b3 Mon Sep 17 00:00:00 2001 From: Paul Echeverri Date: Wed, 21 Oct 2015 16:44:12 -0700 Subject: [PATCH] Fixes broken links. --- docs/groovy-api/delete.asciidoc | 2 +- docs/groovy-api/get.asciidoc | 2 +- docs/groovy-api/index_.asciidoc | 2 +- docs/groovy-api/search.asciidoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/groovy-api/delete.asciidoc b/docs/groovy-api/delete.asciidoc index 45020dfb131..a2f98850e18 100644 --- a/docs/groovy-api/delete.asciidoc +++ b/docs/groovy-api/delete.asciidoc @@ -2,7 +2,7 @@ == Delete API The delete API is very similar to the -{java}/delete.html[Java delete API], here is an +{java}/java-docs-delete.html[Java delete API], here is an example: [source,js] diff --git a/docs/groovy-api/get.asciidoc b/docs/groovy-api/get.asciidoc index f5255beee4e..3d112b33501 100644 --- a/docs/groovy-api/get.asciidoc +++ b/docs/groovy-api/get.asciidoc @@ -2,7 +2,7 @@ == Get API The get API is very similar to the -{java}/get.html[Java get API]. The main benefit +{java}/java-docs-get.html[Java get API]. The main benefit of using groovy is handling the source content. It can be automatically converted to a `Map` which means using Groovy to navigate it is simple: diff --git a/docs/groovy-api/index_.asciidoc b/docs/groovy-api/index_.asciidoc index 0e65a11863a..be7a99d30ef 100644 --- a/docs/groovy-api/index_.asciidoc +++ b/docs/groovy-api/index_.asciidoc @@ -2,7 +2,7 @@ == Index API The index API is very similar to the -{java}/index_.html[Java index API]. The Groovy +{java}/java-docs-index.html[Java index API]. The Groovy extension to it is the ability to provide the indexed source using a closure. For example: diff --git a/docs/groovy-api/search.asciidoc b/docs/groovy-api/search.asciidoc index eb9b50185cb..ad7ba528d2e 100644 --- a/docs/groovy-api/search.asciidoc +++ b/docs/groovy-api/search.asciidoc @@ -2,7 +2,7 @@ == Search API The search API is very similar to the -{java}/search.html[Java search API]. The Groovy +{java}/java-search.html[Java search API]. The Groovy extension allows to provide the search source to execute as a `Closure` including the query itself (similar to GORM criteria builder):