aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-18 02:48:27 +0200
committerMichael Muré <batolettre@gmail.com>2019-04-18 02:48:27 +0200
commitcc3a21acb67a9e0c06adacc78ba0bb44009f2c41 (patch)
treea9afea550f4105269252e11d22301423e7e2337b /README.md
parent5dd9d24803d065f89e2c43c6e79fec79d728d6b3 (diff)
downloadgit-bug-cc3a21acb67a9e0c06adacc78ba0bb44009f2c41.tar.gz
doc: add an architecture overview
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4136da1..9e48f8c1 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ The web UI interact with the backend through a GraphQL API. The schema is availa
## Internals
-Interested by how it works ? Have a look at the [data model](doc/model.md).
+Interested by how it works ? Have a look at the [data model](doc/model.md) and the [internal bird-view](doc/architecture.md).
## Misc