Remove NOTE bookmarks
Originally, there were two references to "[[NOTE]]" which was confusing since Asciidoc can't have two bookmarks of the same name. Changed these to "[NOTE]" so they would display the "note" component in the docs. Issue: gh-5866
This commit is contained in:
parent
87243ea453
commit
2a83e34db5
|
@ -4,7 +4,7 @@
|
|||
Spring Security provides OAuth2 Resource Server support with JWT tokens.
|
||||
|
||||
|
||||
[[NOTE]]
|
||||
[NOTE]
|
||||
====
|
||||
A complete working example can be found in {gh-samples-url}/boot/oauth2resourceserver-webflux[*OAuth 2.0 Resource Server WebFlux sample*].
|
||||
====
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Spring Security allows resolving an access token using `@RegisteredOAuth2AuthorizedClient`.
|
||||
|
||||
[[NOTE]]
|
||||
[NOTE]
|
||||
====
|
||||
A working example can be found in {gh-samples-url}/boot/oauth2webclient-webflux[*OAuth 2.0 WebClient WebFlux sample*].
|
||||
====
|
||||
|
|
Loading…
Reference in New Issue