From 82860d6a1f992f3e6aeb5878240ee9d0a2c63896 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 1 Jul 2017 09:55:38 +0200 Subject: [PATCH] Add reference to release notes Closes gh-9646 --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index cf7ea70640..5ffa82d779 100755 --- a/README.adoc +++ b/README.adoc @@ -64,6 +64,8 @@ Having trouble with Spring Boot? We'd like to help! * Learn the Spring basics -- Spring Boot builds on many other Spring projects, check the http://spring.io[spring.io] web-site for a wealth of reference documentation. If you are just starting out with Spring, try one of the http://spring.io/guides[guides]. +* If you are upgrading, read the https://github.com/spring-projects/spring-boot/wiki[release notes] + for upgrade instructions and ``new and noteworthy'' features. * Ask a question - we monitor http://stackoverflow.com[stackoverflow.com] for questions tagged with http://stackoverflow.com/tags/spring-boot[`spring-boot`]. * Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues[github.com/spring-projects/spring-boot/issues].