Commit c2c31cdb authored by Phillip Webb's avatar Phillip Webb

Add upgrade instructions to the reference docs

Add a section with a link to the project wiki.

See gh-731
parent 9a5d828f
...@@ -373,6 +373,19 @@ output: ...@@ -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
<<getting-started-manual-cli-installation, standard instructions>> remembering to
update your `PATH` environment variable to remove any older references.
[[getting-started-first-application]] [[getting-started-first-application]]
== Developing your first Spring Boot application == Developing your first Spring Boot application
Let's develop a simple ``Hello World!'' web application in Java that highlights some Let's develop a simple ``Hello World!'' web application in Java that highlights some
......
...@@ -14,6 +14,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson; ...@@ -14,6 +14,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
:github-repo: spring-projects/spring-boot :github-repo: spring-projects/spring-boot
:github-raw: http://raw.github.com/{github-repo}/{github-tag} :github-raw: http://raw.github.com/{github-repo}/{github-tag}
:github-code: http://github.com/{github-repo}/tree/{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 :github-master-code: http://github.com/{github-repo}/tree/master
:sc-ext: java :sc-ext: java
:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot :sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment