From fddccf1c1f910018e7d98e113c1fed98efd9f7fe Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 7 Dec 2020 14:47:27 +0100 Subject: [PATCH 1/2] Fix no longer working links to docs.arangodb.com --- GameOfThrones/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameOfThrones/README.md b/GameOfThrones/README.md index 2620769..67f61c0 100644 --- a/GameOfThrones/README.md +++ b/GameOfThrones/README.md @@ -5,7 +5,7 @@ This is a small dataset of characters from the novel and fantasy drama televisio series Game of Thrones (as of season 1). It includes character traits in two languages, some family relations, and a small set of filming locations. -See the [AQL tutorial](https://docs.arangodb.com/latest/AQL/Tutorial/) for queries. +See the [AQL tutorial](https://www.arangodb.com/docs/stable/aql/tutorial.html) for queries. To create the necessary collections with indexes, import the JSON data and create a named graph for visualization purposes, run the `import.js` script with arangosh. From 4a99e3d94371604e8355cb74c6df86821fdf3d0a Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 7 Dec 2020 14:49:21 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebfaa8f..1511fdf 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ArangoDB Example graph data =========================== -This repository contains [datasets organized in graphs to be used with the ArangoDB Graph database](https://github.com/arangodb/arangodb). +This repository contains datasets organized in graphs to be used with [ArangoDB](https://github.com/arangodb/arangodb). -More about ArangoDB and graphs: [Graph documentation](https://docs.arangodb.com/latest/Manual/Graphs) +More about ArangoDB and graphs: [Graph documentation](https://www.arangodb.com/docs/stable/graphs.html) Fake user data ============== @@ -231,7 +231,7 @@ Also conflicts are a possible relation, which prohibits two packages to be insta The script used to [gather this graph data is available alongside with pyarango](https://github.com/tariqdaouda/pyArango/blob/master/examples/debiangraph.py). However, it takes a while to translate the debian package database into arangodb documents, so here is a dump of the Debian Jessie package database. -Since this is a dump of a complete database, you can use [`arangorestore`](https://docs.arangodb.com/3.0/Manual/Administration/Arangorestore.html) to import this. We will create an own database `debianGraph` so it doesn't interfere with your existing data: +Since this is a dump of a complete database, you can use [`arangorestore`](https://www.arangodb.com/docs/stable/programs-arangorestore.html) to import this. We will create an own database `debianGraph` so it doesn't interfere with your existing data: ```