From f79a8016d1750f7c8b71ce9a55ce4c0ffc8a3ef0 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Thu, 10 Nov 2022 15:24:36 +0100 Subject: [PATCH] Replace New and Noteworthy with links to release notes. Closes #2358 See spring-projects/spring-data-relational#1351 --- README.adoc | 1 - src/main/asciidoc/index.adoc | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d201495f6..c55a80800 100644 --- a/README.adoc +++ b/README.adoc @@ -169,7 +169,6 @@ We’d love to help! https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/[reference documentation], and https://docs.spring.io/spring-data/elasticsearch/docs/current/api/[Javadocs]. * Learn the Spring basics – Spring Data builds on Spring Framework, check the https://spring.io[spring.io] web-site for a wealth of reference documentation. If you are just starting out with Spring, try one of the https://spring.io/guides[guides]. -* If you are upgrading, check out the https://docs.spring.io/spring-data/elasticsearch/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features. * Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-elasticsearch`]. You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter]. * Report bugs with Spring Data for Elasticsearch at https://github.com/spring-projects/spring-data-elasticsearch/issues[https://github.com/spring-projects/spring-data-elasticsearch/issues]. diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index dda4412f6..129ad0cad 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -12,6 +12,8 @@ NOTE: Copies of this document may be made for your own use and for distribution toc::[] include::preface.adoc[] +include::{spring-data-commons-docs}/upgrade.adoc[leveloffset=+1] + :leveloffset: +1 include::{spring-data-commons-docs}/repositories.adoc[]