From 3254872eeef3f24bbdca34d7a5246837980920e1 Mon Sep 17 00:00:00 2001 From: Sailaxmitumu2000 Date: Wed, 23 Jul 2025 16:41:05 -0500 Subject: [PATCH] Remove spaCy Quickstart course due to spam domain - Removed spacy-quickstart entry from universe.json - The learnspacy.com domain redirects to ads/spam - Fixes issue with broken external course link --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index b7842bddc..e03b69038 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -2745,7 +2745,7 @@ "title": "spaCy Quickstart", "slogan": "Learn spaCy basics quickly by visualizing various Doc objects", "description": "In this course, I use the itables Python library inside a Jupyter notebook so that you can visualize the different spaCy document objects. This will provide a solid foundation for people who wish to learn the spaCy NLP library.", - "url": "https://learnspacy.com/courses/spacy-quickstart/", + "url": "", "image": "https://learnspacy.com/wp-content/uploads/2024/09/custom_search_builder_spacy-2048x1202.png", "thumb": "https://learnspacy.com/wp-content/uploads/2024/09/learnspacy_logo.png", "author": "Aravind Mohanoor",