Skip to content

Commit 863d4cd

Browse files
committed
Updated graphs link
1 parent 6aa9986 commit 863d4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cursor = db.aql.execute("FOR doc IN students RETURN doc")
6767
student_names = [document["name"] for document in cursor]
6868
```
6969

70-
Another example with [graphs](https://www.arangodb.com/docs/stable/graphs.html):
70+
Another example with [graphs](https://docs.arangodb.com/stable/graphs/):
7171

7272
```python
7373
from arango import ArangoClient

0 commit comments

Comments
 (0)