From 37572113c32ef1adc736fe9534bb3944ba67848b Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 5 Jan 2015 15:33:57 -0600 Subject: [PATCH] Fix links to samples Issues gh-41 --- docs/src/docs/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 5bc479f..3acd37c 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -39,11 +39,11 @@ If you are looking to get started with Spring Session, the best place to start i | {gh-samples-url}rest[REST] | Demonstrates how to use Spring Session in a REST application to support authenticating with a header. -| link:guides/security.html[REST Guide] +| link:guides/rest.html[REST Guide] | {gh-samples-url}users[Multiple Sessions] | Demonstrates how to use Spring Session to manage multiple simultaneous browser sessions (i.e Google Accounts). -| link:guides/security.html[Users Guide] +| link:guides/users.html[Users Guide] | {gh-samples-url}websocket[WebSocket] | Demonstrates how to use Spring Session with WebSockets.