From 812746464b3adb87139dd6e6cb455f0b3c1508ef Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Sun, 18 Jul 2021 10:22:00 +0200 Subject: [PATCH] fixed GitHub link and thumbnail Sorry, I seem to have misunderstood that the GitHub reference shouldn't be a link. --- website/meta/universe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index efdb95e31..85d4d6cf8 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -930,10 +930,10 @@ "# For instance you can add the BertTone model for classification of sentiment polarity to the pipeline:", "nlp = add_berttone_polarity(nlp)" ], - "thumb": "https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png", + "thumb": "https://github.com/centre-for-humanities-computing/DaCy/blob/main/img/icon_no_title.png?raw=true", "author": "Centre for Humanities Computing Aarhus", "author_links": { - "github": "https://github.com/centre-for-humanities-computing", + "github": "centre-for-humanities-computing", "website": "https://chcaa.io/#/" }, "category": ["pipeline"],