Skip to content

Commit c2c31cd

Browse files
author
Phillip Webb
committed
Add upgrade instructions to the reference docs
Add a section with a link to the project wiki. See gh-731
1 parent 9a5d828 commit c2c31cd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,19 @@ output:
373373

374374

375375

376+
[[getting-started-upgrading-from-an-earlier-version]]
377+
=== Upgrading from an earlier version of Spring Boot
378+
If you are upgrading from an earlier release of Spring Boot check the ``release notes''
379+
hosted on the {github-wiki}[project wiki]. You'll find upgrade instructions along with
380+
a list of ``new and noteworthy'' features for each release.
381+
382+
To upgrade an existing CLI installation use the appropriate package manager command
383+
(for example `brew upgrade`) or, if you manually installed the CLI, follow the
384+
<<getting-started-manual-cli-installation, standard instructions>> remembering to
385+
update your `PATH` environment variable to remove any older references.
386+
387+
388+
376389
[[getting-started-first-application]]
377390
== Developing your first Spring Boot application
378391
Let's develop a simple ``Hello World!'' web application in Java that highlights some

spring-boot-docs/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
1414
:github-repo: spring-projects/spring-boot
1515
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
1616
:github-code: http://github.com/{github-repo}/tree/{github-tag}
17+
:github-wiki: http://github.com/{github-repo}/wiki
1718
:github-master-code: http://github.com/{github-repo}/tree/master
1819
:sc-ext: java
1920
:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot

0 commit comments

Comments
 (0)