diff --git a/docs/modules/ROOT/pages/spring-session-hazelcast.adoc b/docs/modules/ROOT/pages/spring-session-hazelcast.adoc index 0414f01..2d37456 100644 --- a/docs/modules/ROOT/pages/spring-session-hazelcast.adoc +++ b/docs/modules/ROOT/pages/spring-session-hazelcast.adoc @@ -14,7 +14,7 @@ Spring Session manages users' session information and supports clustered sessions rather than an application container-specific solution only. That is, more than one application instance can use the same store for user sessions. You can find more details in the -https://docs.spring.io/spring-session/docs/current/reference/html5/#introduction[Spring Session Documentation]. +https://docs.spring.io/spring-session/reference/index.html[Spring Session Documentation]. == Before you Begin