From c38495bfaf195c376ab7a5e93c45635441e3ddf7 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 8 Jun 2021 13:56:58 -0600 Subject: [PATCH] Change Getting Started Link Point to 5.5.x reference guide Issue gh-6502 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 59fafd15df..c03fcd438d 100644 --- a/README.adoc +++ b/README.adoc @@ -22,7 +22,7 @@ Be sure to read the https://docs.spring.io/spring-security/site/docs/current/ref 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]. == Quick Start -See https://docs.spring.io/spring-security/site/docs/current/reference/html5/#servlet-hello[Hello Spring Security] to get started with a "Hello, World" application. +See https://docs.spring.io/spring-security/site/docs/5.5.x/reference/html5/#servlet-hello[Hello Spring Security] to get started with a "Hello, World" application. == Building from Source Spring Security uses a https://gradle.org[Gradle]-based build system.