From dfcc8f02af4912a92af9d673d7e5fddc491a14cf Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 14 Nov 2018 01:01:33 +0100 Subject: [PATCH] Fix image [ci skip] Twitter URL doesn't work on live site --- website/universe/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/universe/universe.json b/website/universe/universe.json index 953781905..56ded2a42 100644 --- a/website/universe/universe.json +++ b/website/universe/universe.json @@ -1055,7 +1055,7 @@ "description": "`spacy-wordnet` creates annotations that easily allow the use of WordNet and [WordNet Domains](http://wndomains.fbk.eu/) by using the [NLTK WordNet interface](http://www.nltk.org/howto/wordnet.html)", "github": "recognai/spacy-wordnet", "tags": ["wordnet", "synsets"], - "thumb": "https://pbs.twimg.com/profile_images/999591281239052288/2EZAed3J_400x400.jpg", + "thumb": "https://i.imgur.com/3y2uPUv.jpg", "code_example": [ "import spacy", "from spacy_wordnet.wornet_annotator import WordnetAnnotator ",