Update reference site link

This commit is contained in:
70825
2023-09-02 09:51:48 +09:00
committed by Marcus Hert Da Coregio
parent 5ed2bd3fc6
commit 67e838f9cf
2 changed files with 2 additions and 2 deletions

View File

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