From 5e2720723a75540b850089c2c039a4c54c809ffc Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 10 Mar 2015 10:51:53 -0500 Subject: [PATCH] SEC-2884: Fix WebSocket reference link text --- docs/manual/src/docs/asciidoc/_includes/websocket.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/websocket.adoc b/docs/manual/src/docs/asciidoc/_includes/websocket.adoc index b4c62a1f46..531896ef17 100644 --- a/docs/manual/src/docs/asciidoc/_includes/websocket.adoc +++ b/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 <>. +If we are using XML based configuration, we can use the <>. For example: [source,xml]