From 4475a7e4fa7675fe8b076a72c160d031bdaaf1e9 Mon Sep 17 00:00:00 2001 From: Christopher Pietsch <cpietsch@gmail.com> Date: Tue, 18 Dec 2018 18:02:22 +0100 Subject: [PATCH] Wrong link in README fixed #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 933a0de..e43ad8f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The data.csv holds all the metadata information for each object in the collectio All of the columns are beeing sticked together to enable the freetext search. -#### [timeline.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/timeline.json) +#### [timeline.csv](https://github.com/cpietsch/vikus-viewer-data/blob/master/vangogh/timeline.csv) The timeline.csv holds the information for the timeline displayed underneath the years. - `year` can be a number or a string, is linked to the `year` field in data.csv -- GitLab