We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa9986 commit 863d4cdCopy full SHA for 863d4cd
README.md
@@ -67,7 +67,7 @@ cursor = db.aql.execute("FOR doc IN students RETURN doc")
67
student_names = [document["name"] for document in cursor]
68
```
69
70
-Another example with [graphs](https://www.arangodb.com/docs/stable/graphs.html):
+Another example with [graphs](https://docs.arangodb.com/stable/graphs/):
71
72
```python
73
from arango import ArangoClient
0 commit comments