From 67c5b18267efb98a4b44c34cfe6c082dbdb52f9f Mon Sep 17 00:00:00 2001 From: Milan Cermak <cermak@ics.muni.cz> Date: Wed, 19 Oct 2022 15:18:31 +0200 Subject: [PATCH] Link to the new web module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5387fdf..55ea8bd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Analysis API Module is used to perform queries on a running instance of the [Dgraph](https://dgraph.io/) graph database. A set of predefined queries is available, which can be easily extended by new queries. A custom query can be defined by the user as well. -It is used by the [Analysis Web Module](https://gitlab.ics.muni.cz/granef/web), which extends the usage of this module by a friendly user interface. +It is used by the [Analysis Web Module](https://gitlab.ics.muni.cz/granef/analysis-web-v2), which extends the usage of this module by a friendly user interface. ### Requirements -- GitLab