Parcourir la source

SEC-2884: Fix WebSocket reference link text

Rob Winch il y a 10 ans
Parent
commit
5e2720723a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/websocket.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/websocket.adoc

@@ -371,7 +371,7 @@ public class WebSecurityConfig
             ...
 ----
 
-If we are using XML based configuration, we can use the <<nsa-csrf-request-matcher-ref>>.
+If we are using XML based configuration, we can use the <<nsa-csrf-request-matcher-ref,csrf@request-matcher-ref>>.
 For example:
 
 [source,xml]