Skip to content

Commit ce99d00

Browse files
authored
GH-46376: [Docs] Replace Xitter link with BlueSky link (#46402)
### Rationale for this change We moved from Xitter to BlueSky. ### What changes are included in this PR? The docs are updated to point to new BlueSky account. ### Are these changes tested? No, only docs change. ### Are there any user-facing changes? No. * GitHub Issue: #46376 Authored-by: AlenkaF <frim.alenka@gmail.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
1 parent e7ccca6 commit ce99d00

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/arrow.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:arrow)
2323
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](https://github.com/apache/arrow/blob/main/LICENSE.txt)
24-
[![Twitter Follow](https://img.shields.io/twitter/follow/apachearrow.svg?style=social&label=Follow)](https://twitter.com/apachearrow)
24+
[![BlueSky Follow](https://img.shields.io/badge/bluesky-Follow-blue?logo=bluesky)](https://bsky.app/profile/arrow.apache.org)
2525

2626
## Powering In-Memory Analytics
2727

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@
357357
"icon": "fa-brands fa-linkedin",
358358
},
359359
{
360-
"name": "X",
361-
"url": "https://twitter.com/ApacheArrow",
362-
"icon": "fa-brands fa-square-x-twitter",
360+
"name": "BlueSky",
361+
"url": "https://bsky.app/profile/arrow.apache.org",
362+
"icon": "fa-brands fa-bluesky",
363363
},
364364
],
365365
"show_version_warning_banner": True,

docs/source/developers/release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Be sure to go through on the following checklist:
300300
#. Update version in Apache Arrow Cookbook
301301
#. Announce the new release
302302
#. Publish release blog posts
303-
#. Announce the release on Twitter
303+
#. Announce the release on BlueSky
304304
#. Remove old artifacts
305305

306306
.. dropdown:: Merge changes on release branch to maintenance branch for patch releases
@@ -703,7 +703,7 @@ Be sure to go through on the following checklist:
703703
Post about the release and link to the blog post on social media. The project
704704
has two official accounts:
705705

706-
* Twitter/X: `@ApacheArrow <https://twitter.com/ApacheArrow>`_
706+
* BlueSky: `@arrow.apache.org <https://bsky.app/profile/arrow.apache.org>`_
707707
* LinkedIn: https://www.linkedin.com/company/apache-arrow/
708708

709709
PMC members have access or can request access to post under these accounts.

r/_pkgdown.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ template:
6060
image:
6161
src: https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png
6262
alt: "Apache Arrow logo, displaying the triple chevron image adjacent to the text"
63-
twitter:
64-
creator: "@apachearrow"
65-
site: "@apachearrow"
66-
card: summary_large_image
6763

6864
home:
6965
title: Arrow R Package

0 commit comments

Comments
 (0)