From 53162e78e4c755c73cb35a5e43cf66f6a5d29b9e Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 16 Apr 2014 18:07:25 +0200 Subject: [PATCH] WebSocket intro correctly points to annotations section Issue: SPR-11667 --- src/asciidoc/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 02b79b9b59..957e55a7a8 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -36701,9 +36701,9 @@ how to configure and use it. <> introduces the STOMP messaging protocol. <> demonstrates how to configure STOMP support in Spring. -<> explains how to use it including writing annotated message -handling methods, sending messages, choosing message broker options, as -well as working with the special "user" destinations. Finally +<> and the following sections explain how to +write annotated message handling methods, send messages, choose message broker +options, as well as work with the special "user" destinations. Finally, <> lists three approaches to testing STOMP/WebSocket applications.