From 1547a646dd9753653d86711a06c3e3352fb3a5e8 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 23 Mar 2015 10:49:55 +0100 Subject: [PATCH] DATAMONGO-1189 - DATAJPA-692 - Polish reference docs before release. Add repository query return types to reference doc. Fall back to locally available Spring Data Commons reference docs as the remote variant doesn't seem to work currently --- src/main/asciidoc/index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 1026703e6..55a3afde7 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -4,7 +4,7 @@ Mark Pollack; Thomas Risberg; Oliver Gierke; Costin Leau; Jon Brisbin; Thomas Da :revdate: {localdate} :toc: :toc-placement!: -:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/master/src/main/asciidoc +:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc (C) 2008-2015 The original authors. @@ -43,4 +43,5 @@ include::reference/mongo-3.adoc[] include::{spring-data-commons-docs}/repository-namespace-reference.adoc[] include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[] include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[] +include::{spring-data-commons-docs}/repository-query-return-types-reference.adoc[] :leveloffset: -1