summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-21 16:38:59 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:36 +0100
commitfbd1581983fb9aaaabfb2adcc31d9978747c86d3 (patch)
treecc08028f6a12ef6fe8c3a6a5fe7b3e360f182aef /README.md
parent290afce293823e5649ba44ab1f518962253c8c3a (diff)
downloadbrokentalents-fbd1581983fb9aaaabfb2adcc31d9978747c86d3.tar.gz
brokentalents-fbd1581983fb9aaaabfb2adcc31d9978747c86d3.zip
Readme: Fix asset path
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 5269578..9d1ff63 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ The frontend is written with the [Vue](https://vuejs.org) JavaScript framework a
### Backend
-![backend flowchart](assets/backend-flow.png)
+![backend flowchart](dist/assets/backend-flow.png)
The `/matches` endpoint is called in equidistant intervals for a small set of matches. An hour of each set is aggregated and stored in a timestamped json. All timestamped jsons are aggregated and generate the output report json.