diff options
author | Michael Muré <batolettre@gmail.com> | 2019-04-18 02:48:27 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-04-18 02:48:27 +0200 |
commit | cc3a21acb67a9e0c06adacc78ba0bb44009f2c41 (patch) | |
tree | a9afea550f4105269252e11d22301423e7e2337b /README.md | |
parent | 5dd9d24803d065f89e2c43c6e79fec79d728d6b3 (diff) | |
download | git-bug-cc3a21acb67a9e0c06adacc78ba0bb44009f2c41.tar.gz |
doc: add an architecture overview
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |