Skip to content

Commit 00a3140

Browse files
committed
Update Discord links to canonical developers.reddit.com/discord
1 parent 45316c2 commit 00a3140

20 files changed

Lines changed: 20 additions & 20 deletions

docs/earn-money/reddit_developer_funds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ We want developers who are interested in this program to have the right tools fo
7171

7272
## We’re here to help
7373

74-
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.
74+
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.
7575

7676
## Terms and conditions
7777

docs/guides/ai/ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Refer to the [official Copilot documentation](https://code.visualstudio.com/docs
9494

9595
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."
9696

97-
If you encounter problems, refer to the official Devvit documentation or reach out in the [Discord](https://discord.com/invite/R7yu2wh9Qz).
97+
If you encounter problems, refer to the official Devvit documentation or reach out in the [Discord](https://developers.reddit.com/discord).

docs/introduction/intro-games.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Reddit is home to millions of communities, each with its own culture and interes
5252

5353
## Community
5454

55-
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.
55+
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.

docs/introduction/intro-mod-tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Devvit is Reddit’s developer platform for building interactive, cross-platform
4848
<hr style={{ margin: '2.5rem 0', border: 'none', borderTop: '2px solid #eee' }} />
4949

5050
## Community
51-
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.
51+
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.
5252

docs/introduction/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Build community games like [Hot and Cold](https://www.reddit.com/r/hotandcold/),
1717

1818
**More examples:** [App Showcase](../examples/app-showcase.mdx)
1919

20-
**Questions?** Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://discord.gg/Cd43ExtEFS).
20+
**Questions?** Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord).
2121

2222
</div>
2323

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const config: Config = {
181181
},
182182
{
183183
label: "Join our Discord",
184-
href: "https://discord.gg/Cd43ExtEFS",
184+
href: "https://developers.reddit.com/discord",
185185
},
186186
],
187187
style: "dark",

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ const sidebars: SidebarsConfig = {
332332
{
333333
type: "link",
334334
label: "Discord",
335-
href: "https://discord.gg/Cd43ExtEFS",
335+
href: "https://developers.reddit.com/discord",
336336
className: "sidebar-icon-link discord-link",
337337
},
338338
{

versioned_docs/version-0.11/ask_ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can use Ask AI to find answers to your questions, explore documentation, and
55
To use Ask AI, just click the icon in the bottom right corner of the page and ask a question.
66

77
:::note
8-
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.
8+
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.
99
:::
1010

1111
## Ways to use Ask AI

versioned_docs/version-0.11/devvit_web/ai_tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ If you want to use AI tools to build your app, you’ll need an AI-powered code
55
We’re working on IDE and builder-specific instructions. Right now we have Cursor. Bolt.new, Windsurf, and Firebase Studio are coming soon!
66

77
:::note
8-
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).
8+
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).
99
:::
1010

1111
## Bolt

versioned_docs/version-0.11/devvit_web/devvit_web_overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is an early-access, experimental feature. Big caveat: you won’t be able t
77
using Devvit Web just yet, but that’s coming in July (you can checkout our [future roadmap](../devvit_web/future_roadmap)).
88

99
As always, we love your feedback! Let us know what you think on [r/devvit](https://www.reddit.com/r/Devvit/)
10-
or [Discord](https://discord.gg/nZDXw2er).
10+
or [Discord](https://developers.reddit.com/discord).
1111
:::
1212

1313
## What it is

0 commit comments

Comments
 (0)