Skip to content

Commit f16f6ef

Browse files
Fix link.
1 parent a5d6281 commit f16f6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ As Neo4j is <<ACID>> compliant, queries within a <<transaction>> will either be
55

66
[NOTE]
77
--
8-
Cypher queries with link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/call-subquery/#subquery-call-in-transactions[`CALL {} IN TRANSACTIONS`] can not be executed in explicit transactions.
8+
Cypher queries with link:https://neo4j.com/docs/cypher-manual/current/subqueries/subqueries-in-transactions/[`CALL {} IN TRANSACTIONS`] can not be executed in explicit transactions.
99
Submit those queries with xref:query.adoc[implicit transactions] instead.
1010
--
1111

0 commit comments

Comments
 (0)