1
0
mirror of synced 2026-08-05 09:47:05 +00:00

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:
Josh Cummings
2018-09-18 12:02:38 -06:00
parent 87243ea453
commit 2a83e34db5
2 changed files with 2 additions and 2 deletions
@@ -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*].
====