From f6fb1383630618fef48abaf33f2288eb6ce4ebc1 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Fri, 18 Nov 2022 10:02:57 -0700 Subject: [PATCH] Change to Preparation Guide --- docs/modules/ROOT/nav.adoc | 2 +- docs/modules/ROOT/pages/migration/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index a88743a893..3b089e6d35 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -2,7 +2,7 @@ * xref:prerequisites.adoc[Prerequisites] * xref:community.adoc[Community] * xref:whats-new.adoc[What's New] -* xref:migration/index.adoc[Migrating for 6.0] +* xref:migration/index.adoc[Preparing for 6.0] ** xref:migration/servlet/index.adoc[Servlet Migrations] *** xref:migration/servlet/session-management.adoc[Session Management] *** xref:migration/servlet/exploits.adoc[Exploit Protection] diff --git a/docs/modules/ROOT/pages/migration/index.adoc b/docs/modules/ROOT/pages/migration/index.adoc index fe3cabfec0..768f3bf023 100644 --- a/docs/modules/ROOT/pages/migration/index.adoc +++ b/docs/modules/ROOT/pages/migration/index.adoc @@ -1,5 +1,5 @@ [[migration]] -= Migrating to 6.0 += Preparing for 6.0 The Spring Security team has prepared the 5.8 release to simplify upgrading to Spring Security 6.0. Use 5.8 and the steps below to minimize changes when