Skip to content

Commit 29ed728

Browse files
committed
Add Jwt.Builder Link
Fixes gh-7407
1 parent f43996b commit 29ed728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/test.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ client
234234
.get().uri("/endpoint").exchange();
235235
----
236236

237-
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
237+
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
238238

239239
[source,java]
240240
----

docs/manual/src/docs/asciidoc/_includes/servlet/test/mockmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ mvc
364364
.with(jwt().authorities(new MyConverter())));
365365
----
366366

367-
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
367+
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
368368

369369
[source,java]
370370
----

0 commit comments

Comments
 (0)