Skip to content

Commit 09b6526

Browse files
committed
Fixing with correct link
1 parent f2130a3 commit 09b6526

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/graph-creation/[Cypher on GDS] (might be supported in the future)
6+
* https://neo4j.com/docs/graph-data-science/2.6/management-ops/graph-reads/read-with-cypher/[Cypher on GDS] (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)