From 00a3140ee155664ddccad4083f90cdbff07ec822 Mon Sep 17 00:00:00 2001 From: Xenc5 Date: Tue, 13 Jan 2026 01:15:59 +0000 Subject: [PATCH] Update Discord links to canonical developers.reddit.com/discord --- docs/earn-money/reddit_developer_funds.md | 2 +- docs/guides/ai/ai.md | 2 +- docs/introduction/intro-games.mdx | 2 +- docs/introduction/intro-mod-tools.mdx | 2 +- docs/introduction/introduction.mdx | 2 +- docusaurus.config.ts | 2 +- sidebars.ts | 2 +- versioned_docs/version-0.11/ask_ai.md | 2 +- versioned_docs/version-0.11/devvit_web/ai_tools.mdx | 2 +- versioned_docs/version-0.11/devvit_web/devvit_web_overview.mdx | 2 +- versioned_docs/version-0.11/get_discovered.md | 2 +- versioned_docs/version-0.11/help.md | 2 +- versioned_docs/version-0.11/introduction.md | 2 +- versioned_docs/version-0.11/reddit_developer_funds.md | 2 +- .../version-0.12/earn-money/reddit_developer_funds.md | 2 +- versioned_docs/version-0.12/guides/ai/ai.md | 2 +- versioned_docs/version-0.12/introduction/intro-games.mdx | 2 +- versioned_docs/version-0.12/introduction/intro-mod-tools.mdx | 2 +- versioned_docs/version-0.12/introduction/introduction.mdx | 2 +- versioned_sidebars/version-0.12-sidebars.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/earn-money/reddit_developer_funds.md b/docs/earn-money/reddit_developer_funds.md index 88a77ee..09cc0a0 100644 --- a/docs/earn-money/reddit_developer_funds.md +++ b/docs/earn-money/reddit_developer_funds.md @@ -71,7 +71,7 @@ We want developers who are interested in this program to have the right tools fo ## We’re here to help -We want you to succeed! We can help facilitate conversations with moderators that you think would love your app. You can reach us at [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://discord.gg/Cd43ExtEFS) server for support. +We want you to succeed! We can help facilitate conversations with moderators that you think would love your app. You can reach us at [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://developers.reddit.com/discord) server for support. ## Terms and conditions diff --git a/docs/guides/ai/ai.md b/docs/guides/ai/ai.md index 742f3b0..f29ce25 100644 --- a/docs/guides/ai/ai.md +++ b/docs/guides/ai/ai.md @@ -94,4 +94,4 @@ Refer to the [official Copilot documentation](https://code.visualstudio.com/docs With your AI tool configured, you should now be able to leverage the Devvit MCP server. A good way to test this is to ask your AI assistant a question that requires accessing Devvit resources, for example: "Search the Devvit docs for information on redis." -If you encounter problems, refer to the official Devvit documentation or reach out in the [Discord](https://discord.com/invite/R7yu2wh9Qz). +If you encounter problems, refer to the official Devvit documentation or reach out in the [Discord](https://developers.reddit.com/discord). diff --git a/docs/introduction/intro-games.mdx b/docs/introduction/intro-games.mdx index 280528a..d3af2d2 100644 --- a/docs/introduction/intro-games.mdx +++ b/docs/introduction/intro-games.mdx @@ -52,4 +52,4 @@ Reddit is home to millions of communities, each with its own culture and interes ## Community -Have questions or want to share your game? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://discord.gg/Cd43ExtEFS) to connect with other game developers, get feedback, and show off your creations. +Have questions or want to share your game? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord) to connect with other game developers, get feedback, and show off your creations. diff --git a/docs/introduction/intro-mod-tools.mdx b/docs/introduction/intro-mod-tools.mdx index dbca9e9..064ac2e 100644 --- a/docs/introduction/intro-mod-tools.mdx +++ b/docs/introduction/intro-mod-tools.mdx @@ -48,5 +48,5 @@ Devvit is Reddit’s developer platform for building interactive, cross-platform
## Community -Have questions or want to share your tool? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://discord.gg/Cd43ExtEFS) to connect with other developers, get feedback, and show off your creations. +Have questions or want to share your tool? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord) to connect with other developers, get feedback, and show off your creations. diff --git a/docs/introduction/introduction.mdx b/docs/introduction/introduction.mdx index e4fcb46..13e9ac6 100644 --- a/docs/introduction/introduction.mdx +++ b/docs/introduction/introduction.mdx @@ -17,7 +17,7 @@ Build community games like [Hot and Cold](https://www.reddit.com/r/hotandcold/), **More examples:** [App Showcase](../examples/app-showcase.mdx) -**Questions?** Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://discord.gg/Cd43ExtEFS). +**Questions?** Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord). diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d7d91bf..38350a4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -181,7 +181,7 @@ const config: Config = { }, { label: "Join our Discord", - href: "https://discord.gg/Cd43ExtEFS", + href: "https://developers.reddit.com/discord", }, ], style: "dark", diff --git a/sidebars.ts b/sidebars.ts index 0708c70..d407546 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -332,7 +332,7 @@ const sidebars: SidebarsConfig = { { type: "link", label: "Discord", - href: "https://discord.gg/Cd43ExtEFS", + href: "https://developers.reddit.com/discord", className: "sidebar-icon-link discord-link", }, { diff --git a/versioned_docs/version-0.11/ask_ai.md b/versioned_docs/version-0.11/ask_ai.md index f2e673f..9da5b71 100644 --- a/versioned_docs/version-0.11/ask_ai.md +++ b/versioned_docs/version-0.11/ask_ai.md @@ -5,7 +5,7 @@ You can use Ask AI to find answers to your questions, explore documentation, and To use Ask AI, just click the icon in the bottom right corner of the page and ask a question. :::note -You can also use Ask AI from the support section of our [Discord](https://discord.gg/Cd43ExtEFS) server. Simply create a new post in the #ask-ai channel and our bot will answer your question. +You can also use Ask AI from the support section of our [Discord](https://developers.reddit.com/discord) server. Simply create a new post in the #ask-ai channel and our bot will answer your question. ::: ## Ways to use Ask AI diff --git a/versioned_docs/version-0.11/devvit_web/ai_tools.mdx b/versioned_docs/version-0.11/devvit_web/ai_tools.mdx index 64c9e83..ae3e4a1 100644 --- a/versioned_docs/version-0.11/devvit_web/ai_tools.mdx +++ b/versioned_docs/version-0.11/devvit_web/ai_tools.mdx @@ -5,7 +5,7 @@ If you want to use AI tools to build your app, you’ll need an AI-powered code We’re working on IDE and builder-specific instructions. Right now we have Cursor. Bolt.new, Windsurf, and Firebase Studio are coming soon! :::note -If you have other IDE or AI builders you want us to support, please reach out on r/Devvit or #devvit-vibe-coding in [Discord](https://discord.gg/Cd43ExtEFS). +If you have other IDE or AI builders you want us to support, please reach out on r/Devvit or #devvit-vibe-coding in [Discord](https://developers.reddit.com/discord). ::: ## Bolt diff --git a/versioned_docs/version-0.11/devvit_web/devvit_web_overview.mdx b/versioned_docs/version-0.11/devvit_web/devvit_web_overview.mdx index b365d7f..011172f 100644 --- a/versioned_docs/version-0.11/devvit_web/devvit_web_overview.mdx +++ b/versioned_docs/version-0.11/devvit_web/devvit_web_overview.mdx @@ -7,7 +7,7 @@ This is an early-access, experimental feature. Big caveat: you won’t be able t using Devvit Web just yet, but that’s coming in July (you can checkout our [future roadmap](../devvit_web/future_roadmap)). As always, we love your feedback! Let us know what you think on [r/devvit](https://www.reddit.com/r/Devvit/) -or [Discord](https://discord.gg/nZDXw2er). +or [Discord](https://developers.reddit.com/discord). ::: ## What it is diff --git a/versioned_docs/version-0.11/get_discovered.md b/versioned_docs/version-0.11/get_discovered.md index 9feda99..a88ff49 100644 --- a/versioned_docs/version-0.11/get_discovered.md +++ b/versioned_docs/version-0.11/get_discovered.md @@ -10,7 +10,7 @@ Or if you don’t feel like reading a novel, we’ve got a bite-sized [video ser ## Get support -If you’re not already a member, come join our developer subreddit [r/devvit](https://www.reddit.com/r/Devvit/) and our [Discord server](https://discord.gg/Cd43ExtEFS). You can chat with other devs and ask questions about growing your community. +If you’re not already a member, come join our developer subreddit [r/devvit](https://www.reddit.com/r/Devvit/) and our [Discord server](https://developers.reddit.com/discord). You can chat with other devs and ask questions about growing your community. ## SEO optimization diff --git a/versioned_docs/version-0.11/help.md b/versioned_docs/version-0.11/help.md index db28f0a..25fa2b0 100644 --- a/versioned_docs/version-0.11/help.md +++ b/versioned_docs/version-0.11/help.md @@ -3,7 +3,7 @@ The best place to get help is from one of our communities! Our subreddit, [r/devvit](https://reddit.com/r/devvit), is a great place to discuss the platform, ask common questions, or share information about your app. This is also where we share important information and updates. -For quick troubleshooting or live support we recommend posting in our [Discord server](https://discord.gg/Cd43ExtEFS). The devvit team and expert users (aka the Devvit Ducks 🪿) are usually quick to reply. The server is also where we host office hours. +For quick troubleshooting or live support we recommend posting in our [Discord server](https://developers.reddit.com/discord). The devvit team and expert users (aka the Devvit Ducks 🪿) are usually quick to reply. The server is also where we host office hours. We’re always happy to offer more dedicated support in the form of live coding sessions or a private space to iterate on your project. If this is of interest to you, please reach out in one of the communities above. Please read the community rules before participating. diff --git a/versioned_docs/version-0.11/introduction.md b/versioned_docs/version-0.11/introduction.md index 031764b..7fc2259 100644 --- a/versioned_docs/version-0.11/introduction.md +++ b/versioned_docs/version-0.11/introduction.md @@ -32,7 +32,7 @@ Reddit hosts your code with dedicated Redis-backed storage. The UI toolkit lets ## Community and support -Reddit’s Developer Platform provides a supportive environment where you can collaborate, ask questions, share knowledge, and inspire one another. Join [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://discord.gg/Cd43ExtEFS) channel. Browse example apps in our [public repo](https://github.com/reddit/devvit/tree/main/packages/apps) for project code you can fork and make your own. +Reddit’s Developer Platform provides a supportive environment where you can collaborate, ask questions, share knowledge, and inspire one another. Join [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://developers.reddit.com/discord) channel. Browse example apps in our [public repo](https://github.com/reddit/devvit/tree/main/packages/apps) for project code you can fork and make your own. ## Ready to explore? diff --git a/versioned_docs/version-0.11/reddit_developer_funds.md b/versioned_docs/version-0.11/reddit_developer_funds.md index 67b4436..59606f3 100644 --- a/versioned_docs/version-0.11/reddit_developer_funds.md +++ b/versioned_docs/version-0.11/reddit_developer_funds.md @@ -64,7 +64,7 @@ We want developers who are interested in this program to have the right tools fo ## We’re here to help -We want you to succeed! We can help facilitate conversations with moderators that you think would love your app. You can reach us at [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://discord.gg/Cd43ExtEFS) server for support. +We want you to succeed! We can help facilitate conversations with moderators that you think would love your app. You can reach us at [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://developers.reddit.com/discord) server for support. ## Terms and conditions diff --git a/versioned_docs/version-0.12/earn-money/reddit_developer_funds.md b/versioned_docs/version-0.12/earn-money/reddit_developer_funds.md index 88a77ee..09cc0a0 100644 --- a/versioned_docs/version-0.12/earn-money/reddit_developer_funds.md +++ b/versioned_docs/version-0.12/earn-money/reddit_developer_funds.md @@ -71,7 +71,7 @@ We want developers who are interested in this program to have the right tools fo ## We’re here to help -We want you to succeed! We can help facilitate conversations with moderators that you think would love your app. You can reach us at [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://discord.gg/Cd43ExtEFS) server for support. +We want you to succeed! We can help facilitate conversations with moderators that you think would love your app. You can reach us at [r/devvit](https://www.reddit.com/r/devvit/) or become a member of our [Discord](https://developers.reddit.com/discord) server for support. ## Terms and conditions diff --git a/versioned_docs/version-0.12/guides/ai/ai.md b/versioned_docs/version-0.12/guides/ai/ai.md index 742f3b0..f29ce25 100644 --- a/versioned_docs/version-0.12/guides/ai/ai.md +++ b/versioned_docs/version-0.12/guides/ai/ai.md @@ -94,4 +94,4 @@ Refer to the [official Copilot documentation](https://code.visualstudio.com/docs With your AI tool configured, you should now be able to leverage the Devvit MCP server. A good way to test this is to ask your AI assistant a question that requires accessing Devvit resources, for example: "Search the Devvit docs for information on redis." -If you encounter problems, refer to the official Devvit documentation or reach out in the [Discord](https://discord.com/invite/R7yu2wh9Qz). +If you encounter problems, refer to the official Devvit documentation or reach out in the [Discord](https://developers.reddit.com/discord). diff --git a/versioned_docs/version-0.12/introduction/intro-games.mdx b/versioned_docs/version-0.12/introduction/intro-games.mdx index 280528a..d3af2d2 100644 --- a/versioned_docs/version-0.12/introduction/intro-games.mdx +++ b/versioned_docs/version-0.12/introduction/intro-games.mdx @@ -52,4 +52,4 @@ Reddit is home to millions of communities, each with its own culture and interes ## Community -Have questions or want to share your game? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://discord.gg/Cd43ExtEFS) to connect with other game developers, get feedback, and show off your creations. +Have questions or want to share your game? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord) to connect with other game developers, get feedback, and show off your creations. diff --git a/versioned_docs/version-0.12/introduction/intro-mod-tools.mdx b/versioned_docs/version-0.12/introduction/intro-mod-tools.mdx index dbca9e9..064ac2e 100644 --- a/versioned_docs/version-0.12/introduction/intro-mod-tools.mdx +++ b/versioned_docs/version-0.12/introduction/intro-mod-tools.mdx @@ -48,5 +48,5 @@ Devvit is Reddit’s developer platform for building interactive, cross-platform
## Community -Have questions or want to share your tool? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://discord.gg/Cd43ExtEFS) to connect with other developers, get feedback, and show off your creations. +Have questions or want to share your tool? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord) to connect with other developers, get feedback, and show off your creations. diff --git a/versioned_docs/version-0.12/introduction/introduction.mdx b/versioned_docs/version-0.12/introduction/introduction.mdx index e4fcb46..13e9ac6 100644 --- a/versioned_docs/version-0.12/introduction/introduction.mdx +++ b/versioned_docs/version-0.12/introduction/introduction.mdx @@ -17,7 +17,7 @@ Build community games like [Hot and Cold](https://www.reddit.com/r/hotandcold/), **More examples:** [App Showcase](../examples/app-showcase.mdx) -**Questions?** Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://discord.gg/Cd43ExtEFS). +**Questions?** Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord). diff --git a/versioned_sidebars/version-0.12-sidebars.json b/versioned_sidebars/version-0.12-sidebars.json index f0a3353..8b91a53 100644 --- a/versioned_sidebars/version-0.12-sidebars.json +++ b/versioned_sidebars/version-0.12-sidebars.json @@ -316,7 +316,7 @@ { "type": "link", "label": "Discord", - "href": "https://discord.gg/Cd43ExtEFS", + "href": "https://developers.reddit.com/discord", "className": "sidebar-icon-link discord-link" }, {