From ebcd380e6f5dac5743192e3eda0aa4f099b1cd6d Mon Sep 17 00:00:00 2001 From: Aldrin Misquitta Date: Wed, 18 Oct 2017 01:01:47 +0400 Subject: [PATCH] DATAGRAPH-1039 - Improve documentation. Fixed a dead link to Spring Transaction Management --- src/main/asciidoc/reference/neo4j-repositories.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/neo4j-repositories.adoc b/src/main/asciidoc/reference/neo4j-repositories.adoc index ea7ae56ac..b3fe8645b 100644 --- a/src/main/asciidoc/reference/neo4j-repositories.adoc +++ b/src/main/asciidoc/reference/neo4j-repositories.adoc @@ -382,7 +382,7 @@ determines the actual one used. It is highly recommended that users understand how Spring Transactions work. Below are some excellent resources: -* http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/transaction.html[Spring Transaction Management] +* https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#spring-data-tier[Spring Transaction Management] * http://graphaware.com/neo4j/2016/09/30/upgrading-to-sdn-42.html[Upgrading to Spring Data Neo4j 4.2] === Read only Transactions