Skip to content

Commit d79b8a0

Browse files
committed
fix: twitter links
1 parent 9083610 commit d79b8a0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub contributors](https://img.shields.io/github/contributors/datafuselabs/databend-docs.svg)](https://github.com/datafuselabs/databend-docs/graphs/contributors)
66
[![GitHub pull requests](https://img.shields.io/github/issues-pr/datafuselabs/databend-docs.svg)](https://github.com/datafuselabs/databend-docs/pulls)
77
[![GitHub issues](https://img.shields.io/github/issues/datafuselabs/databend-docs.svg)](https://github.com/datafuselabs/databend-docs/issues)
8-
[![Twitter Follow](https://img.shields.io/twitter/follow/DatabendLabs?style=social)](https://twitter.com/DatabendLabs)
8+
[![Twitter Follow](https://img.shields.io/twitter/follow/DatabendLabs?style=social)](https://x.com/DatabendLabs)
99
[![YouTube Channel](https://img.shields.io/badge/YouTube-Subscribe-red?style=flat&logo=youtube)](https://www.youtube.com/@DatabendLabs)
1010

1111
Welcome to the official documentation repository for Databend! We invite you to contribute and help improve the Databend Docs.

docs/cn/guides/90-community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ title: 社区
2020

2121
- **Slack**: [加入我们的频道](https://link.databend.com/join-slack) 进行实时讨论。
2222
- **GitHub**: [访问我们的仓库](https://github.com/databendlabs/databend) 并帮助开发 Databend。
23-
- **Twitter**: [关注我们](https://twitter.com/DatabendLabs) 获取更新和讨论。
23+
- **Twitter**: [关注我们](https://x.com/DatabendLabs) 获取更新和讨论。
2424
- **LinkedIn**: [连接](https://www.linkedin.com/company/datafuselabs) 进行网络交流和新闻。
2525
- **YouTube**: [订阅](https://www.youtube.com/@DatabendLabs) 获取教程和亮点。

docs/en/guides/90-community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Become part of our vibrant community, open to all data enthusiasts. Connect with
2020

2121
- **Slack**: [Join our channel](https://link.databend.com/join-slack) for real-time discussions.
2222
- **GitHub**: [Visit our repository](https://github.com/databendlabs/databend) and help develop Databend.
23-
- **Twitter**: [Follow us](https://twitter.com/DatabendLabs) for updates and discussions.
23+
- **Twitter**: [Follow us](https://x.com/DatabendLabs) for updates and discussions.
2424
- **LinkedIn**: [Connect](https://www.linkedin.com/company/datafuselabs) for networking and news.
2525
- **YouTube**: [Subscribe](https://www.youtube.com/@DatabendLabs) for tutorials and highlights.

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const config: Config = {
227227
},
228228
announcementBar: {
229229
id: "announcementBar-2", // Increment on change
230-
content: `⭐️ If you like Databend, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/datafuselabs/databend">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/DatabendLabs" >Twitter</a> ${TwitterSvg}`,
230+
content: `⭐️ If you like Databend, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/datafuselabs/databend">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://x.com/DatabendLabs" >Twitter</a> ${TwitterSvg}`,
231231
},
232232
navbar: {
233233
title: "Databend",
@@ -317,7 +317,7 @@ const config: Config = {
317317
},
318318
{
319319
label: "Twitter",
320-
href: "https://twitter.com/DatabendLabs",
320+
href: "https://x.com/DatabendLabs",
321321
},
322322
],
323323
},

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"link.item.label.Twitter": {
3939
"message": "Twitter",
40-
"description": "The label of footer link with label=Twitter linking to https://twitter.com/DatabendLabs"
40+
"description": "The label of footer link with label=Twitter linking to https://x.com/DatabendLabs"
4141
},
4242
"link.item.label.GitHub": {
4343
"message": "GitHub",

i18n/zh/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"link.item.label.Twitter": {
2727
"message": "Twitter",
28-
"description": "The label of footer link with label=Twitter linking to https://twitter.com/DatabendLabs"
28+
"description": "The label of footer link with label=Twitter linking to https://x.com/DatabendLabs"
2929
},
3030
"copyright": {
3131
"message": "Copyright © 2023 Datafuse Labs, Inc. Built with Docusaurus. <br><br> <img src=\"https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg\">",

src/components/JoinCommunity/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const JoinCommunity: FC<TProps> = ({
7979
{
8080
icon: <X />,
8181
title: "Twitter",
82-
link: "https://twitter.com/DatabendLabs",
82+
link: "https://x.com/DatabendLabs",
8383
},
8484
{
8585
icon: <YouTube />,

0 commit comments

Comments
 (0)