diff --git a/Documentation/Books/Manual/Graphs/GeneralGraphs/README.md b/Documentation/Books/Manual/Graphs/GeneralGraphs/README.md index 60a17b5551..e9c5f77d35 100644 --- a/Documentation/Books/Manual/Graphs/GeneralGraphs/README.md +++ b/Documentation/Books/Manual/Graphs/GeneralGraphs/README.md @@ -6,6 +6,8 @@ It allows you to define a graph that is spread across several edge and document This allows you to structure your models in line with your domain and group them logically in collections giving you the power to query them in the same graph queries. There is no need to include the referenced collections within the query, this module will handle it for you. +New to ArangoDB? Take [Free ArangoDB Graph course](https://www.arangodb.com/arangodb-graph-course) for freshers. + Three Steps to create a graph -----------------------------