Skip to content

Commit bbf7e41

Browse files
Update modules/ROOT/pages/java-embedded/unique-nodes.adoc
1 parent b3f6e24 commit bbf7e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/java-embedded/unique-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ You might also be tempted to use Java synchronization for pessimistic locking, b
8282
By mixing locks in Neo4j and the Java runtime, it is possible to produce deadlocks that are not detectable by Neo4j.
8383
As long as all locking is done by Neo4j, all deadlocks will be detected and avoided.
8484

85-
For more information on locks and deadlocks, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/concurrent-data-access#_locks[Operations Manual -> Locks and deadlocks^].
85+
For more information on locks and deadlocks, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/concurrent-data-access/#_locks[Operations Manual -> Locks and deadlocks^].
8686

0 commit comments

Comments
 (0)