Skip to content

Commit 8948a97

Browse files
committed
Update "Upgrading From" section to use "2.x"
1 parent 6500c84 commit 8948a97

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/documentation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You should always ensure that you are running a {url-github-wiki}/Supported-Vers
2525

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

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

spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/redirect.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
* xref:ROOT:upgrading.adoc#upgrading[#upgrading]
7979
* xref:ROOT:upgrading.adoc#upgrading[#getting-started-upgrading-from-an-earlier-version]
8080
* xref:ROOT:upgrading.adoc#upgrading.cli[#upgrading.cli]
81-
* xref:ROOT:upgrading.adoc#upgrading.from-1x[#upgrading.from-1x]
8281
* xref:ROOT:upgrading.adoc#upgrading.to-feature[#upgrading.to-feature]
8382
* xref:api:rest/actuator/auditevents.adoc#audit-events[actuator-api#audit-events]
8483
* xref:api:rest/actuator/auditevents.adoc#audit-events.retrieving[actuator-api#audit-events.retrieving]

spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/upgrading.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ If you are more than one release behind, please make sure that you also review t
99

1010

1111

12-
[[upgrading.from-1x]]
13-
== Upgrading From 1.x
12+
[[upgrading.from-2x]]
13+
== Upgrading From 2.x
1414

15-
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.
15+
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.
1616
Check also the {url-github-wiki}[release notes] for a list of "`new and noteworthy`" features for each release.
1717

1818

0 commit comments

Comments
 (0)