fix thumbnail link to be github raw url

This commit is contained in:
Alec Chapman 2020-11-01 07:53:48 -07:00
parent 73d22d96ff
commit 204c7c8a00

View File

@ -2552,7 +2552,7 @@
{
"id": "medspacy",
"title": "medspaCy",
"thumb": "https://github.com/medspacy/medspacy/blob/master/images/medspacy_logo.png",
"thumb": "https://raw.githubusercontent.com/medspacy/medspacy/master/images/medspacy_logo.png",
"slogan": "A toolkit for clinical NLP with spaCy.",
"github": "medspacy/medspacy",
"description": "A toolkit for clinical NLP with spaCy. Features include sentence splitting, section detection, and asserting negation, family history, and uncertainty.",