浏览代码

Fix legacy-websocket-configuration cross-reference

Closes gh-12969
Jan Marten 2 年之前
父节点
当前提交
6b19728c54
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/servlet/integrations/websocket.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/integrations/websocket.adoc

@@ -397,7 +397,7 @@ open class WebSocketSecurityConfig : WebSocketMessageBrokerConfigurer {
 ----
 ====
 
-On the other hand, if you are using the <<legacy `AbstractSecurityWebSocketMessageBrokerConfigurer`,legacy-websocket-configuration>> and you want to allow other domains to access your site, you can disable Spring Security's protection.
+On the other hand, if you are using the <<legacy-websocket-configuration,legacy `AbstractSecurityWebSocketMessageBrokerConfigurer`>> and you want to allow other domains to access your site, you can disable Spring Security's protection.
 For example, in Java Configuration you can use the following:
 
 ====