Skip to content

Update "Upgrading From" section to use "2.x" #43123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You should always ensure that you are running a {url-github-wiki}/Supported-Vers

Depending on the version that you are upgrading to, you can find some additional tips here:

* *From 1.x:* xref:upgrading.adoc#upgrading.from-1x[Upgrading from 1.x]
* *From 2.x:* xref:upgrading.adoc#upgrading.from-2x[Upgrading from 2.x]
* *To a new feature release:* xref:upgrading.adoc#upgrading.to-feature[Upgrading to New Feature Release]
* *Spring Boot CLI:* xref:upgrading.adoc#upgrading.cli[Upgrading the Spring Boot CLI]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
* xref:ROOT:upgrading.adoc#upgrading[#upgrading]
* xref:ROOT:upgrading.adoc#upgrading[#getting-started-upgrading-from-an-earlier-version]
* xref:ROOT:upgrading.adoc#upgrading.cli[#upgrading.cli]
* xref:ROOT:upgrading.adoc#upgrading.from-1x[#upgrading.from-1x]
* xref:ROOT:upgrading.adoc#upgrading.to-feature[#upgrading.to-feature]
* xref:api:rest/actuator/auditevents.adoc#audit-events[actuator-api#audit-events]
* xref:api:rest/actuator/auditevents.adoc#audit-events.retrieving[actuator-api#audit-events.retrieving]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ If you are more than one release behind, please make sure that you also review t



[[upgrading.from-1x]]
== Upgrading From 1.x
[[upgrading.from-2x]]
== Upgrading From 2.x

If you are upgrading from the `1.x` release of Spring Boot, check the {url-github-wiki}/Spring-Boot-2.0-Migration-Guide[migration guide] on the project wiki that provides detailed upgrade instructions.
If you are upgrading from the `2.x` release of Spring Boot, check the {url-github-wiki}/Spring-Boot-3.0-Migration-Guide[migration guide] on the project wiki that provides detailed upgrade instructions.
Check also the {url-github-wiki}[release notes] for a list of "`new and noteworthy`" features for each release.


Expand Down
Loading