From c2c31cdb3c06f4f9784f71bf9f29ca66297edf39 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 9 Jun 2014 16:53:17 -0700 Subject: [PATCH] Add upgrade instructions to the reference docs Add a section with a link to the project wiki. See gh-731 --- .../src/main/asciidoc/getting-started.adoc | 13 +++++++++++++ spring-boot-docs/src/main/asciidoc/index.adoc | 1 + 2 files changed, 14 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-docs/src/main/asciidoc/getting-started.adoc index a610d0c259..586f373c1d 100644 --- a/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -373,6 +373,19 @@ output: +[[getting-started-upgrading-from-an-earlier-version]] +=== Upgrading from an earlier version of Spring Boot +If you are upgrading from an earlier release of Spring Boot check the ``release notes'' +hosted on the {github-wiki}[project wiki]. You'll find upgrade instructions along with +a list of ``new and noteworthy'' features for each release. + +To upgrade an existing CLI installation use the appropriate package manager command +(for example `brew upgrade`) or, if you manually installed the CLI, follow the +<> remembering to +update your `PATH` environment variable to remove any older references. + + + [[getting-started-first-application]] == Developing your first Spring Boot application Let's develop a simple ``Hello World!'' web application in Java that highlights some diff --git a/spring-boot-docs/src/main/asciidoc/index.adoc b/spring-boot-docs/src/main/asciidoc/index.adoc index 68dcd5addd..32b38df0dc 100644 --- a/spring-boot-docs/src/main/asciidoc/index.adoc +++ b/spring-boot-docs/src/main/asciidoc/index.adoc @@ -14,6 +14,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson; :github-repo: spring-projects/spring-boot :github-raw: http://raw.github.com/{github-repo}/{github-tag} :github-code: http://github.com/{github-repo}/tree/{github-tag} +:github-wiki: http://github.com/{github-repo}/wiki :github-master-code: http://github.com/{github-repo}/tree/master :sc-ext: java :sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot