From 037258638265ac3f1297fea3dd02b123ce92a0a5 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sat, 3 Sep 2022 16:16:57 +1000 Subject: [PATCH] housekeeping(discord): use /chat instead of the discord.gg link (#3826) --- README.md | 2 +- site/src/components/Footer/Footer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6abd1296ff..1d1190dc1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Coder [!["Join us on -Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=green)](https://discord.gg/coder) +Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=green)](https://coder.com/chat?utm_source=github.com/coder/coder&utm_medium=github&utm_campaign=readme.md) [![codecov](https://codecov.io/gh/coder/coder/branch/main/graph/badge.svg?token=TNLW3OAP6G)](https://codecov.io/gh/coder/coder) [![Go Reference](https://pkg.go.dev/badge/github.com/coder/coder.svg)](https://pkg.go.dev/github.com/coder/coder) [![Twitter diff --git a/site/src/components/Footer/Footer.tsx b/site/src/components/Footer/Footer.tsx index 8f5a0a4cac..136ea29de1 100644 --- a/site/src/components/Footer/Footer.tsx +++ b/site/src/components/Footer/Footer.tsx @@ -25,7 +25,7 @@ export const Footer: React.FC> = ({ buildIn const githubUrl = `https://github.com/coder/coder/issues/new?labels=needs+grooming&body=${encodeURIComponent(`Version: [\`${buildInfo?.version}\`](${buildInfo?.external_url}) `)}` - const discordUrl = `https://discord.gg/coder` + const discordUrl = `https://coder.com/chat?utm_source=coder&utm_medium=coder&utm_campaign=server-footer` return (