diff --git a/README.adoc b/README.adoc index 41badb51..158b80fd 100644 --- a/README.adoc +++ b/README.adoc @@ -25,7 +25,7 @@ Additional Spring Session modules can be found in the https://github.com/spring- == Getting Started -We recommend you visit the https://docs.spring.io/spring-session/docs/current/reference/html5/#samples[Spring Session Reference] and look through the "Samples and Guides" section to see which one best suits your needs. +We recommend you visit the https://docs.spring.io/spring-session/reference/[Spring Session Reference] and look through the "Samples and Guides" section to see which one best suits your needs. == Samples diff --git a/spring-session-docs/modules/ROOT/pages/guides/java-jdbc.adoc b/spring-session-docs/modules/ROOT/pages/guides/java-jdbc.adoc index 98feb40b..be5ccc9d 100644 --- a/spring-session-docs/modules/ROOT/pages/guides/java-jdbc.adoc +++ b/spring-session-docs/modules/ROOT/pages/guides/java-jdbc.adoc @@ -100,7 +100,7 @@ We configure the H2 database to create database tables by using the SQL script t <3> We create a `transactionManager` that manages transactions for previously configured `dataSource`. ==== -For additional information on how to configure data access related concerns, see the https://docs.spring.io/spring/docs/{spring-core-version}/spring-framework-reference/data-access.html[Spring Framework Reference Documentation]. +For additional information on how to configure data access related concerns, see the https://docs.spring.io/spring/docs/{spring-core-version}/reference/html/data-access.html[Spring Framework Reference Documentation]. == Java Servlet Container Initialization