Skip to content

Commit dcdcb13

Browse files
authored
Update Discord links to canonical developers.reddit.com/discord (#14)
Updates all `discord.gg` and `discord.com/invite` links to the canonical `https://developers.reddit.com/discord` redirect.
1 parent abba230 commit dcdcb13

18 files changed

Lines changed: 18 additions & 20 deletions

File tree

docs/earn-money/reddit_developer_funds.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ Redirecting to [Reddit Developer Funds](https://support.reddithelp.com/hc/en-us/
1111

1212
<script>
1313
window.location.href = "https://support.reddithelp.com/hc/en-us/articles/27958169342996-Reddit-Developer-Funds-2025-Terms";
14-
</script>
15-
14+
</script>

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",

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

versioned_docs/version-0.11/get_discovered.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Or if you don’t feel like reading a novel, we’ve got a bite-sized [video ser
1010

1111
## Get support
1212

13-
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.
13+
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.
1414

1515
## SEO optimization
1616

0 commit comments

Comments
 (0)