diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-08 18:41:29 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-08 18:41:29 +0100 |
| commit | f9f9b753aa7396ea32ee0dca4048a1a8b87a8f85 (patch) | |
| tree | 7f4ca4c328386afc8091a379ae8a7b1f1d69f65d | |
| parent | Add license file (diff) | |
| download | AnnotateChange-f9f9b753aa7396ea32ee0dca4048a1a8b87a8f85.tar.gz AnnotateChange-f9f9b753aa7396ea32ee0dca4048a1a8b87a8f85.zip | |
Fix urls in readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
