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
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
2 changed files with 2 additions and 2 deletions

View File

@ -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*].
====

View File

@ -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*].
====