Skip to content

Commit ebd6c6d

Browse files
authored
Change Twitter to X, including the icon (#2418)
* Change Twitter to X in community.md * Change Twitter icon to X in conf.py * Added Bluesky social media in community.md * Added Bluesky social media in conf.py
1 parent 0fc1117 commit ebd6c6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: doc/source/community.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ between programming languages and encourage collaboration.
4040
## Participate online
4141
There are many alternatives and channels available to interact with other ArviZ users.
4242

43-
### Twitter
44-
To begin with, you may want to follow us on Twitter! We are [@arviz_devs](https://twitter.com/arviz_devs).
43+
### Bluesky
44+
To begin with, you may want to follow us on Bluesky! We are [@arviz.bsky.social](https://bsky.app/profile/arviz.bsky.social).
4545
It is the best way to be up to date with the latest developments and events related
4646
to ArviZ.
4747

Diff for: doc/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@
192192
"icon": "fa-brands fa-github",
193193
},
194194
{
195-
"name": "Twitter",
196-
"url": "https://twitter.com/arviz_devs",
197-
"icon": "fa-brands fa-twitter",
195+
"name": "Bluesky",
196+
"url": "https://bsky.app/profile/arviz.bsky.social",
197+
"icon": "fa-brands fa-bluesky",
198198
},
199199
{
200200
"name": "Mastodon",

0 commit comments

Comments
 (0)