<<>> to xref

This commit is contained in:
Rob Winch
2021-08-18 11:15:27 -05:00
parent 26419e2149
commit 764fc4eea6
6 changed files with 24 additions and 24 deletions

View File

@@ -21,12 +21,12 @@ This means that, if we are actively chatting in our application and are not usin
[[websocket-usage]]
== WebSocket Usage
The <<samples, WebSocket Sample>> provides a working sample of how to integrate Spring Session with WebSockets.
The xref:samples.adoc#samples[ WebSocket Sample] provides a working sample of how to integrate Spring Session with WebSockets.
You can follow the basic steps for integration described in the next few headings, but we encourage you to follow along with the detailed WebSocket Guide when integrating with your own application.
[[websocket-httpsession]]
=== `HttpSession` Integration
Before using WebSocket integration, you should be sure that you have <<httpsession>> working first.
Before using WebSocket integration, you should be sure that you have xref:http-session.adoc#httpsession[] working first.
include::guides/boot-websocket.adoc[tags=config,leveloffset=+2]