From f40aa0e939d1bccec3b0a6f6fb3aca4d9367ee2b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 23 Mar 2015 11:11:37 +0100 Subject: [PATCH] DATAGRAPH-576 - Polish reference docs before release. Updated copyright years. Fall back to locally available Spring Data Commons reference docs as the remote variant doesn't seem to work currently. Included reference to the return type listing appendix from Spring Data Commons. --- src/main/asciidoc/index.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 6b3bfd25a..6fbca2031 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -5,9 +5,9 @@ Michael Hunger; Oliver Gierke :revnumber: {version} :revdate: {localdate} :idprefix: -:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/issue/DATACMNS-567/src/main/asciidoc +:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc -(C) 2010-2014 Neo Technology, Inc. - Pivotal Software, Inc. +(C) 2010-2015 Neo Technology, Inc. - Pivotal Software, Inc. NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. @@ -85,5 +85,6 @@ include::reference/neo4j-server.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