From 18ef1d4f7609ddfb5f3672996666379e8e3d675f 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 (cherry picked from commit 53162e7) --- 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 a8d34d7d698..29686d369ba 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.