diff --git a/Spring-Security-6.0-Migration-Guide.md b/Spring-Security-6.0-Migration-Guide.md index c02e8cc..4f4a4b4 100644 --- a/Spring-Security-6.0-Migration-Guide.md +++ b/Spring-Security-6.0-Migration-Guide.md @@ -12,13 +12,13 @@ The `5.8.x` is a special release that was designed to help you to migrate to Spr ## Review Deprecations -There are several deprecations that were removed in 6.0 that should be replaced in `5.8.x`. To help with that, you can read the [Prepare for 6.0](https://docs.spring.io/spring-security/reference/5.8.2/migration/index.html) section of the documentation and apply the suggested changes. +There are several deprecations that were removed in 6.0 that should be replaced in `5.8.x`. To help with that, you can read the [Prepare for 6.0](https://docs.spring.io/spring-security/reference/5.8/migration/index.html) section of the documentation and apply the suggested changes. # Upgrade to Spring Security 6.0 -After you upgraded to `5.8.x` and all the necessary changes were applied to your application by following the [Prepare for 6.0](https://docs.spring.io/spring-security/reference/5.8.2/migration/index.html) documentation, you are now ready to upgrade to 6.0. +After you upgraded to `5.8.x` and all the necessary changes were applied to your application by following the [Prepare for 6.0](https://docs.spring.io/spring-security/reference/5.8/migration/index.html) documentation, you are now ready to upgrade to 6.0. If you are using Spring Boot, you should [upgrade it to 3.0](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#upgrade-to-spring-boot-3). Otherwise, you can follow the instructions [here](https://docs.spring.io/spring-security/reference/getting-spring-security.html). -After upgrading the dependency versions, please refer to [Migrating to 6.0](https://docs.spring.io/spring-security/reference/migration/index.html) to perform any remaining migration or cleanup steps. +After upgrading the dependency versions, please refer to [Migrating to 6.0](https://docs.spring.io/spring-security/reference/6.0/migration/index.html) to perform any remaining migration or cleanup steps.