From f527c4b88cd4975910a0a6cccfdfec1db5b728b2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Jan 2018 09:35:13 +0100 Subject: [PATCH] Add reference to migration guide Closes gh-11302 --- .../src/main/asciidoc/getting-started.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc index 6c6d9b619c..c0b4424670 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -427,9 +427,11 @@ 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 can find upgrade instructions along with a -list of "`new and noteworthy`" features for each release. +If you are upgrading from an earlier release of Spring Boot, check the +{github-wiki}/Spring-Boot-2.0-Migration-Guide["`migration guide`" on the project wiki] +that provides detailed upgrade instructions. Check also the +{github-wiki}["`release notes`"] for 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