From 9053e3188dbc59163fccafc1e543752bb71b9f94 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 17 Nov 2021 05:31:46 -0500 Subject: [PATCH] Fix broken documentation links in README Closes gh-494 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c8e69788..81aff66a 100644 --- a/README.adoc +++ b/README.adoc @@ -35,7 +35,7 @@ The goal is to leverage all the knowledge learned thus far and apply the same to Submitted work via pull requests should follow the same coding style/conventions and adopt the same or similar design patterns that have been established in Spring Security's OAuth 2.0 support. == Documentation -Be sure to read the https://docs.spring.io/spring-security/site/docs/current/reference/html5/[Spring Security Reference], as well as the https://docs.spring.io/spring-security/site/docs/current/reference/html5/#oauth2[OAuth 2.0 Reference], which describes the Client and Resource Server features available. +Be sure to read the https://docs.spring.io/spring-security/reference[Spring Security Reference], as well as the https://docs.spring.io/spring-security/reference/servlet/oauth2/index.html[OAuth 2.0 Reference], which describes the Client and Resource Server features available. 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].