From 9c478257d4f87008d542ea24900fedc6fbd52e7e Mon Sep 17 00:00:00 2001 From: fdesu Date: Thu, 16 Aug 2018 14:00:10 +0200 Subject: [PATCH] Fix the broken link in the WebSocket documentation Changeset 46bb855 (#4094) removed websocket chat sample in favor of spring-session one. This commit updates spring-security documentation link to point to the up-to-date sample location --- docs/manual/src/docs/asciidoc/_includes/web/websocket.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/web/websocket.adoc b/docs/manual/src/docs/asciidoc/_includes/web/websocket.adoc index 2d1d603d5e..d01a38fe22 100644 --- a/docs/manual/src/docs/asciidoc/_includes/web/websocket.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/web/websocket.adoc @@ -4,7 +4,7 @@ Spring Security 4 added support for securing http://docs.spring.io/spring/docs/current/spring-framework-reference/html/websocket.html[Spring's WebSocket support]. This section describes how to use Spring Security's WebSocket support. -NOTE: You can find a complete working sample of WebSocket security in samples/javaconfig/chat. +NOTE: You can find a complete working sample of WebSocket security at https://github.com/spring-projects/spring-session/tree/master/samples/boot/websocket. .Direct JSR-356 Support ****