Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit ab06e15

Browse files
committed
Fix Broken Doc Link
Fixes gh-250
1 parent 3d1455a commit ab06e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ OAuth2 Boot does not support configuring a redirect URI as a property -- say, al
229229

230230
To add a redirect URI, you need to specify the client by using either `InMemoryClientDetailsService` or `JdbcClientDetailsService`.
231231

232-
Doing either means <<oauth2-boot-authorization-server-disabled,replacing the OAuth2 Boot-provided `AuthorizationServerConfigurer`>> with your own, as the following example shows:
232+
Doing either means <<oauth2-boot-authorization-server-disable,replacing the OAuth2 Boot-provided `AuthorizationServerConfigurer`>> with your own, as the following example shows:
233233

234234
====
235235
[source,java]

0 commit comments

Comments
 (0)