From 4cf7dd538a04354b2540065f29b238bd8dff2722 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 25 May 2022 04:47:27 -0400 Subject: [PATCH] Polish "Getting Started" in ref doc Issue gh-669 --- docs/src/docs/asciidoc/getting-started.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index 4eddaf71..8614704b 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -52,7 +52,7 @@ This is a minimal configuration for getting started quickly. To understand what <1> A Spring Security filter chain for the xref:protocol-endpoints.adoc[Protocol Endpoints]. <2> A Spring Security filter chain for https://docs.spring.io/spring-security/reference/servlet/authentication/index.html[authentication]. <3> An instance of {spring-security-api-base-url}/org/springframework/security/core/userdetails/UserDetailsService.html[`UserDetailsService`] for retrieving users to authenticate. -<4> An instance of xref:core-components.adoc#registered-client-repository[`RegisteredClientRepository`] for managing clients. +<4> An instance of xref:core-model-components.adoc#registered-client-repository[`RegisteredClientRepository`] for managing clients. <5> An instance of `com.nimbusds.jose.jwk.source.JWKSource` for signing access tokens. <6> An instance of `java.security.KeyPair` with keys generated on startup used to create the `JWKSource` above. -<7> An instance of `ProviderSettings` to configure Spring Authorization Server. +<7> An instance of xref:configuration-model#configuring-provider-settings[`ProviderSettings`] to configure Spring Authorization Server.