From 8b74bf974284df7b5670c12eab6e1349a073b82e Mon Sep 17 00:00:00 2001 From: Underground Hill <85618926+underground-hill@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:55:35 +0200 Subject: [PATCH] Updated reference to architecture page In the context of Servlet Authentication page, "Architecture" should probably link to "Servlet Authentication Architecture" page --- docs/modules/ROOT/pages/servlet/authentication/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/index.adoc b/docs/modules/ROOT/pages/servlet/authentication/index.adoc index cc232247ca..6ab6ef58ad 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/index.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/index.adoc @@ -2,7 +2,7 @@ = Authentication Spring Security provides comprehensive support for xref:features/authentication/index.adoc#authentication[Authentication]. -We start by discussing the overall xref:servlet/architecture.adoc#servlet-architecture[Servlet Authentication Architecture]. +We start by discussing the overall xref:servlet/authentication/architecture.adoc[Servlet Authentication Architecture]. As you might expect, this section is more abstract describing the architecture without much discussion on how it applies to concrete flows. If you prefer, you can refer to <> for concrete ways in which users can authenticate.