From 30c9860fc3f93771d80efc596f32cf999f662036 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:42:43 -0700 Subject: [PATCH] Add What's New Link to Landing Pages - to the README - to the Reference index page --- README.adoc | 2 ++ docs/modules/ROOT/pages/index.adoc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 37fa14d836d..fdea7d89e26 100644 --- a/README.adoc +++ b/README.adoc @@ -21,6 +21,8 @@ See https://docs.spring.io/spring-security/reference/getting-spring-security.htm Be sure to read the https://docs.spring.io/spring-security/reference/[Spring Security Reference]. Extensive JavaDoc for the Spring Security code is also available in the https://docs.spring.io/spring-security/site/docs/current/api/[Spring Security API Documentation]. +You may also want to check out https://docs.spring.io/spring-security/reference/whats-new.html[what's new in the latest release]. + == Quick Start See https://docs.spring.io/spring-security/reference/servlet/getting-started.html[Hello Spring Security] to get started with a "Hello, World" application. diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 84f9f834995..e25586929b9 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -12,4 +12,6 @@ If you are ready to start securing an application see the Getting Started sectio If you want to understand how Spring Security works, you can refer to the xref:servlet/architecture.adoc[Architecture] section. // FIXME add link to reactive architecture +If you are already familiar with Spring Security or are upgrading, check out https://docs.spring.io/spring-security/reference/whats-new.html[what's new in the latest release]. + If you have any questions, there is a wonderful xref:community.adoc[community] that would love to help you!