From fbd1581983fb9aaaabfb2adcc31d9978747c86d3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 21 May 2018 16:38:59 +0200 Subject: Readme: Fix asset path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.3.1