From e6fc6c4744dbfa55736fdda2e5e9a3860b4eb3f8 Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Sun, 21 Jun 2026 13:30:21 +0900 Subject: [PATCH] docs: update Twitter links to X --- community/0-welcome.mdx | 2 +- dotnet/docusaurus.config.ts | 4 ++-- java/docusaurus.config.ts | 4 ++-- nodejs/docusaurus.config.ts | 4 ++-- python/docusaurus.config.ts | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/community/0-welcome.mdx b/community/0-welcome.mdx index 34847f2c5d..0d2baaa40e 100644 --- a/community/0-welcome.mdx +++ b/community/0-welcome.mdx @@ -44,7 +44,7 @@ Follow our [Blog](https://dev.to/playwright) on dev.to for official posts on Pla ## News {/* #news */} -For the latest news about Playwright, [follow **@playwrightweb** on Twitter](https://twitter.com/playwrightweb). +For the latest news about Playwright, [follow **@playwrightweb** on X](https://x.com/playwrightweb). ## Playwright Training {/* #training */} diff --git a/dotnet/docusaurus.config.ts b/dotnet/docusaurus.config.ts index 8744fe3b5f..dfcf458573 100644 --- a/dotnet/docusaurus.config.ts +++ b/dotnet/docusaurus.config.ts @@ -174,8 +174,8 @@ export default { href: "https://aka.ms/playwright/discord", }, { - label: "Twitter", - href: "https://twitter.com/playwrightweb", + label: "X", + href: "https://x.com/playwrightweb", }, { label: "LinkedIn", diff --git a/java/docusaurus.config.ts b/java/docusaurus.config.ts index 3fe2508a8e..2e9a7f0d34 100644 --- a/java/docusaurus.config.ts +++ b/java/docusaurus.config.ts @@ -174,8 +174,8 @@ module.exports = { href: "https://aka.ms/playwright/discord", }, { - label: "Twitter", - href: "https://twitter.com/playwrightweb", + label: "X", + href: "https://x.com/playwrightweb", }, { label: "LinkedIn", diff --git a/nodejs/docusaurus.config.ts b/nodejs/docusaurus.config.ts index 92e2ffca02..44fcb602f8 100644 --- a/nodejs/docusaurus.config.ts +++ b/nodejs/docusaurus.config.ts @@ -200,8 +200,8 @@ export default { href: "https://aka.ms/playwright/discord", }, { - label: "Twitter", - href: "https://twitter.com/playwrightweb", + label: "X", + href: "https://x.com/playwrightweb", }, { label: "LinkedIn", diff --git a/python/docusaurus.config.ts b/python/docusaurus.config.ts index 406b9e2576..e8deecb2bf 100644 --- a/python/docusaurus.config.ts +++ b/python/docusaurus.config.ts @@ -175,8 +175,8 @@ export default { href: "https://aka.ms/playwright/discord", }, { - label: "Twitter", - href: "https://twitter.com/playwrightweb", + label: "X", + href: "https://x.com/playwrightweb", }, { label: "LinkedIn",