aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-08 18:41:29 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-08 18:41:29 +0100
commitf9f9b753aa7396ea32ee0dca4048a1a8b87a8f85 (patch)
tree7f4ca4c328386afc8091a379ae8a7b1f1d69f65d
parentAdd license file (diff)
downloadAnnotateChange-f9f9b753aa7396ea32ee0dca4048a1a8b87a8f85.tar.gz
AnnotateChange-f9f9b753aa7396ea32ee0dca4048a1a8b87a8f85.zip
Fix urls in readme
-rw-r--r--README.md4
1 files 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.