summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.