Fix links to samples

Issues gh-41
This commit is contained in:
Rob Winch
2015-01-05 15:33:57 -06:00
parent 1e56874338
commit 37572113c3

View File

@@ -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.