From 4278182dd038abfcd24bba5c16bc902e4f539597 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Mon, 3 Feb 2025 00:30:21 -0800 Subject: [PATCH] Change Twitter to X (#13740) [ci skip] Co-authored-by: Ines Montani --- CONTRIBUTING.md | 4 ++-- README.md | 1 - website/docs/usage/processing-pipelines.mdx | 3 +-- website/docs/usage/spacy-101.mdx | 4 +--- website/meta/site.json | 2 +- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9407881a1..b0a20b6c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -449,8 +449,8 @@ and plugins in spaCy v3.0, and we can't wait to see what you build with it! [`spacy`](https://github.com/topics/spacy?o=desc&s=stars) and [`spacy-extensions`](https://github.com/topics/spacy-extension?o=desc&s=stars) to make it easier to find. Those are also the topics we're linking to from the - spaCy website. If you're sharing your project on Twitter, feel free to tag - [@spacy_io](https://twitter.com/spacy_io) so we can check it out. + spaCy website. If you're sharing your project on X, feel free to tag + [@spacy_io](https://x.com/spacy_io) so we can check it out. - Once your extension is published, you can open a [PR](https://github.com/explosion/spaCy/pulls) to suggest it for the diff --git a/README.md b/README.md index afa96363b..7c5ac4d89 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ open-source software, released under the
[![PyPi downloads](https://static.pepy.tech/personalized-badge/spacy?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads)](https://pypi.org/project/spacy/) [![Conda downloads](https://img.shields.io/conda/dn/conda-forge/spacy?label=conda%20downloads)](https://anaconda.org/conda-forge/spacy) -[![spaCy on Twitter](https://img.shields.io/twitter/follow/spacy_io.svg?style=social&label=Follow)](https://twitter.com/spacy_io) ## 📖 Documentation diff --git a/website/docs/usage/processing-pipelines.mdx b/website/docs/usage/processing-pipelines.mdx index 3e58b251d..605affaa5 100644 --- a/website/docs/usage/processing-pipelines.mdx +++ b/website/docs/usage/processing-pipelines.mdx @@ -1719,8 +1719,7 @@ function that takes a `Doc`, modifies it and returns it. code on GitHub, don't forget to tag it with [`spacy`](https://github.com/topics/spacy?o=desc&s=stars) and [`spacy-extension`](https://github.com/topics/spacy-extension?o=desc&s=stars) - to help people find it. If you post it on Twitter, feel free to tag - [@spacy_io](https://twitter.com/spacy_io) so we can check it out. + to help people find it. ### Wrapping other models and libraries {id="wrapping-models-libraries"} diff --git a/website/docs/usage/spacy-101.mdx b/website/docs/usage/spacy-101.mdx index 6d444a1e9..a3cd7b43f 100644 --- a/website/docs/usage/spacy-101.mdx +++ b/website/docs/usage/spacy-101.mdx @@ -554,9 +554,7 @@ By participating, you are expected to uphold this code. ### I've built something cool with spaCy – how can I get the word out? {id="faq-project-with-spacy"} -First, congrats – we'd love to check it out! When you share your project on -Twitter, don't forget to tag [@spacy_io](https://twitter.com/spacy_io) so we -don't miss it. If you think your project would be a good fit for the +First, congrats – we'd love to check it out! If you think your project would be a good fit for the [spaCy Universe](/universe), **feel free to submit it!** Tutorials are also incredibly valuable to other users and a great way to get exposure. So we strongly encourage **writing up your experiences**, or sharing your code and diff --git a/website/meta/site.json b/website/meta/site.json index 55fe60ad3..3b2a37c11 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": "Bluesky", "url": "https://bsky.app/profile/explosion-ai.bsky.social" }, { "text": "GitHub", "url": "https://github.com/explosion/spaCy" }, { "text": "YouTube", "url": "https://youtube.com/c/ExplosionAI" }, { "text": "Blog", "url": "https://explosion.ai/blog" }