Skip to content

Commit d8ae5d7

Browse files
authored
Merge pull request #676 from lidiazuin/docs-brokenlink
Broken link fix
2 parents 01b665f + 8e8214d commit d8ae5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/known-limitations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Operations known to not work with the Python client are:
44

55
* https://neo4j.com/docs/graph-data-science/current/management-ops/utility-functions/#utility-functions-numeric[Numeric utility functions] (will never be supported)
6-
* https://neo4j.com/docs/graph-data-science/current/management-ops/create-cypher-db/[Cypher on GDS] (might be supported in the future)
6+
* Running Cypher queries on GDS (functionality link:https://neo4j.com/docs/graph-data-science/2.6/management-ops/graph-reads/read-with-cypher/[deprecated in GDS 2.6])
77
8-
The GDS Python client is not compatible with Python's `multiprocessing` or any operations that rely on forking. If running queries in parallel is required, multithreading can be used instead.
8+
The GDS Python client is not compatible with Python's `multiprocessing` or any operations that rely on forking. If running queries in parallel is required, multithreading can be used instead.

0 commit comments

Comments
 (0)