diff --git a/.changeset/wise-beds-buy.md b/.changeset/wise-beds-buy.md
new file mode 100644
index 0000000000..8fcfd5a854
--- /dev/null
+++ b/.changeset/wise-beds-buy.md
@@ -0,0 +1,10 @@
+---
+"create-cloudflare": patch
+"format-errors": patch
+"@cloudflare/kv-asset-handler": patch
+"miniflare": patch
+"workers-playground": patch
+"wrangler": patch
+---
+
+docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index f03d05cea5..829596314f 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Support
- url: https://discord.gg/CloudflareDev
+ url: https://discord.cloudflare.com
about: "Join us on Discord!"
diff --git a/packages/create-cloudflare/src/summary.ts b/packages/create-cloudflare/src/summary.ts
index a2379cf602..d930924e16 100644
--- a/packages/create-cloudflare/src/summary.ts
+++ b/packages/create-cloudflare/src/summary.ts
@@ -35,7 +35,7 @@ export const printSummary = async (ctx: C3Context) => {
"Read the documentation",
`https://developers.cloudflare.com/${ctx.template.platform}`,
],
- ["Stuck? Join us at", "https://discord.gg/cloudflaredev"],
+ ["Stuck? Join us at", "https://discord.cloudflare.com"],
];
if (ctx.deployment.url) {
diff --git a/packages/format-errors/src/index.ts b/packages/format-errors/src/index.ts
index e5dfd10a2e..74d2bdc507 100644
--- a/packages/format-errors/src/index.ts
+++ b/packages/format-errors/src/index.ts
@@ -111,7 +111,7 @@ export async function handlePrettyErrorRequest({
youch.addLink(() => {
return [
'π Workers Docs',
- 'π¬ Workers Discord',
+ 'π¬ Workers Discord',
].join("");
});
return new Response(await youch.toHTML(), {
diff --git a/packages/kv-asset-handler/README.md b/packages/kv-asset-handler/README.md
index 2241d62a5b..467b4e4227 100644
--- a/packages/kv-asset-handler/README.md
+++ b/packages/kv-asset-handler/README.md
@@ -12,7 +12,7 @@ Most users and sites will not need these customizations, and just want to serve
For users who _do_ want to customize their assets, and want to build complex experiences on top of their static assets, `kv-asset-handler` (and the default [Workers Sites template](https://github.com/cloudflare/worker-sites-template), which is provided for use with Wrangler + Workers Sites) allows you to customize caching behavior, headers, and anything else about how your Workers function loads the static assets for your site stored in Workers KV.
-The Cloudflare Workers Discord server is an active place where Workers users get help, share feedback, and collaborate on making our platform better. The `#workers` channel in particular is a great place to chat about `kv-asset-handler`, and building cool experiences for your users using these tools! If you have questions, want to share what you're working on, or give feedback, [join us in Discord and say hello](https://discord.gg/cloudflaredev)!
+The Cloudflare Workers Discord server is an active place where Workers users get help, share feedback, and collaborate on making our platform better. The `#workers` channel in particular is a great place to chat about `kv-asset-handler`, and building cool experiences for your users using these tools! If you have questions, want to share what you're working on, or give feedback, [join us in Discord and say hello](https://discord.cloudflare.com)!
- [Installation](#installation)
- [Usage](#usage)
diff --git a/packages/miniflare/src/plugins/core/errors/index.ts b/packages/miniflare/src/plugins/core/errors/index.ts
index 0549d45e3f..8538754a10 100644
--- a/packages/miniflare/src/plugins/core/errors/index.ts
+++ b/packages/miniflare/src/plugins/core/errors/index.ts
@@ -266,7 +266,7 @@ export async function handlePrettyErrorRequest(
youch.addLink(() => {
return [
'π Workers Docs',
- 'π¬ Workers Discord',
+ 'π¬ Workers Discord',
].join("");
});
return new Response(await youch.toHTML(), {
diff --git a/packages/workers-playground/src/QuickEditor/ToolsPane.tsx b/packages/workers-playground/src/QuickEditor/ToolsPane.tsx
index 304806f6eb..21047fe4f7 100644
--- a/packages/workers-playground/src/QuickEditor/ToolsPane.tsx
+++ b/packages/workers-playground/src/QuickEditor/ToolsPane.tsx
@@ -69,7 +69,7 @@ export default function ToolsPane() {
title="Join Cloudflareβs developer Discord"
target="_blank"
display={"inline-flex"}
- href={`https://discord.gg/cloudflaredev`}
+ href={`https://discord.cloudflare.com`}
>
-
+
`wrangler` is a command line tool for building [Cloudflare Workers](https://workers.cloudflare.com/).
diff --git a/packages/wrangler/src/__tests__/constellation.test.ts b/packages/wrangler/src/__tests__/constellation.test.ts
index d942c95c9f..5fd21df7c6 100644
--- a/packages/wrangler/src/__tests__/constellation.test.ts
+++ b/packages/wrangler/src/__tests__/constellation.test.ts
@@ -92,7 +92,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
β
Successfully created Project \\"new_project3\\"!"
@@ -106,7 +106,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
ββββββββββββββββββββββββββββββββββββββββ¬βββββββββββββββ¬ββββββββββ¬ββββββββββββββββββββββββββββββ
@@ -129,7 +129,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
About to delete Project 'new_project3' (4806cdcf-9aa7-4fa2-b6a1-77fe9e196680).
@@ -145,7 +145,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
ββββββββββββββββββββββββββββββββββββββββ¬βββββββββββββββββββββββ¬ββββββββββββββββββ¬ββββββββββββββββ
@@ -163,7 +163,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
βββββββββββ
@@ -186,7 +186,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
β
Successfully uploaded Model \\"model2\\"!"
@@ -200,7 +200,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
ββββββββββββββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββ¬βββββββββ¬ββββββββββββββ¬ββββββββββββββββββββββββββββββ
@@ -225,7 +225,7 @@ describe("constellation commands", () => {
"--------------------
π§ Constellation is currently in open alpha and is not recommended for production data and traffic
π§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose
- π§ To give feedback, visit https://discord.gg/cloudflaredev
+ π§ To give feedback, visit https://discord.cloudflare.com
--------------------
About to delete Model 'model2' (2dd35b4e-0c7a-4c7a-a9e2-e33c0e17bc02).
diff --git a/packages/wrangler/src/constellation/utils.ts b/packages/wrangler/src/constellation/utils.ts
index e714d1e9e6..3421063162 100644
--- a/packages/wrangler/src/constellation/utils.ts
+++ b/packages/wrangler/src/constellation/utils.ts
@@ -11,7 +11,7 @@ export const getConstellationWarningFromEnv = getEnvironmentVariableFactory({
export const constellationBetaWarning =
getConstellationWarningFromEnv() !== undefined
? ""
- : "--------------------\nπ§ Constellation is currently in open alpha and is not recommended for production data and traffic\nπ§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose\nπ§ To give feedback, visit https://discord.gg/cloudflaredev\n--------------------\n";
+ : "--------------------\nπ§ Constellation is currently in open alpha and is not recommended for production data and traffic\nπ§ Please report any bugs to https://github.com/cloudflare/workers-sdk/issues/new/choose\nπ§ To give feedback, visit https://discord.cloudflare.com\n--------------------\n";
export const getProjectByName = async (
config: Config,