From 2705cae767700977b0dd2fbf2dc291e069c5e960 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Sun, 2 Feb 2025 18:09:09 -0800 Subject: [PATCH] Change Twitter to X in the Connect area of site.json --- website/meta/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/site.json b/website/meta/site.json index 55fe60ad3..a86c71ec3 100644 --- a/website/meta/site.json +++ b/website/meta/site.json @@ -75,7 +75,7 @@ { "label": "Connect", "items": [ - { "text": "Twitter", "url": "https://twitter.com/spacy_io" }, + { "text": "X", "url": "https://x.com/spacy_io" }, { "text": "GitHub", "url": "https://github.com/explosion/spaCy" }, { "text": "YouTube", "url": "https://youtube.com/c/ExplosionAI" }, { "text": "Blog", "url": "https://explosion.ai/blog" }