Skip to content

Commit 2835927

Browse files
fix: update X/Twitter username from roo_code to roocode (#388)
Co-authored-by: Roo Code <[email protected]>
1 parent bc6c8c0 commit 2835927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ const config: Config = {
297297
metadata: [
298298
{name: 'keywords', content: 'Roo Code, AI coding assistant, VS Code extension, autonomous coding agent, AI pair programmer, code generation, documentation'},
299299
{name: 'twitter:card', content: 'summary_large_image'},
300-
{name: 'twitter:site', content: '@roo_code'},
301-
{name: 'twitter:creator', content: '@roo_code'},
300+
{name: 'twitter:site', content: '@roocode'},
301+
{name: 'twitter:creator', content: '@roocode'},
302302
{property: 'og:type', content: 'website'},
303303
{property: 'og:locale', content: 'en_US'},
304304
],

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const GITHUB_NEW_ISSUE_URL = `${GITHUB_ISSUES_URL}/new`;
1010
// Community links
1111
export const DISCORD_URL = 'https://discord.gg/roocode';
1212
export const REDDIT_URL = 'https://www.reddit.com/r/RooCode/';
13-
export const TWITTER_URL = 'https://x.com/roo_code';
13+
export const TWITTER_URL = 'https://x.com/roocode';
1414
export const BLUESKY_URL = 'https://bsky.app/profile/roocode.bsky.social';
1515
export const LINKEDIN_URL = 'https://www.linkedin.com/company/roo-code';
1616
export const TIKTOK_URL = 'https://www.tiktok.com/@roo.code';

0 commit comments

Comments
 (0)