From f9f9b753aa7396ea32ee0dca4048a1a8b87a8f85 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 8 May 2020 18:41:29 +0100 Subject: Fix urls in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce922db..7331ed5 100644 --- a/README.md +++ b/README.md @@ -84,11 +84,11 @@ Below are some thoughts that may help make sense of the codebase. created using the [cli](./app/cli.py). * All datasets must adhere to a specific dataset schema (see - [utils/dataset_schema.json](utils/dataset_schema.json)). + [utils/dataset_schema.json](app/utils/dataset_schema.json)). * Annotations are stored in the database using 0-based indexing. Tasks are assigned on the fly when a user requests a time series to annotate (see - [utils/tasks.py](utils/tasks.py)). + [utils/tasks.py](app/utils/tasks.py)). * Users can only begin annotating when they have successfully passed the introduction. -- cgit v1.2.3