Skip to content

Commit 4cf7dd5

Browse files
committed
Polish "Getting Started" in ref doc
Issue gh-669
1 parent ca2ffb0 commit 4cf7dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This is a minimal configuration for getting started quickly. To understand what
5252
<1> A Spring Security filter chain for the xref:protocol-endpoints.adoc[Protocol Endpoints].
5353
<2> A Spring Security filter chain for https://docs.spring.io/spring-security/reference/servlet/authentication/index.html[authentication].
5454
<3> An instance of {spring-security-api-base-url}/org/springframework/security/core/userdetails/UserDetailsService.html[`UserDetailsService`] for retrieving users to authenticate.
55-
<4> An instance of xref:core-components.adoc#registered-client-repository[`RegisteredClientRepository`] for managing clients.
55+
<4> An instance of xref:core-model-components.adoc#registered-client-repository[`RegisteredClientRepository`] for managing clients.
5656
<5> An instance of `com.nimbusds.jose.jwk.source.JWKSource` for signing access tokens.
5757
<6> An instance of `java.security.KeyPair` with keys generated on startup used to create the `JWKSource` above.
58-
<7> An instance of `ProviderSettings` to configure Spring Authorization Server.
58+
<7> An instance of xref:configuration-model#configuring-provider-settings[`ProviderSettings`] to configure Spring Authorization Server.

0 commit comments

Comments
 (0)