diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03ec27a04..ce156ab6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ Basically, don't be a dickhead. This is an open-source non-profit project, that ## I don't want to read this whole thing I just have a question!!! -Either [create a question on GitHub](https://github.com/goauthentik/authentik/issues/new?assignees=&labels=question&template=question.md&title=) or join [the Discord server](https://discord.gg/jg33eMhnj6) +Either [create a question on GitHub](https://github.com/goauthentik/authentik/issues/new?assignees=&labels=question&template=question.md&title=) or join [the Discord server](https://goauthentik.io/discord) ## What should I know before I get started? diff --git a/README.md b/README.md index 21af7b456..f4138083e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6) +[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/goauthentik/authentik/authentik-ci-main?label=core%20build&style=for-the-badge)](https://github.com/goauthentik/authentik/actions/workflows/ci-main.yml) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/goauthentik/authentik/authentik-ci-outpost?label=outpost%20build&style=for-the-badge)](https://github.com/goauthentik/authentik/actions/workflows/ci-outpost.yml) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/goauthentik/authentik/authentik-ci-web?label=web%20build&style=for-the-badge)](https://github.com/goauthentik/authentik/actions/workflows/ci-web.yml) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 54fd0078e..49539bf73 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -39,7 +39,7 @@ module.exports = { position: "right", }, { - href: "https://discord.gg/jg33eMhnj6", + href: "https://goauthentik.io/discord", label: "Discord", position: "right", }, @@ -73,7 +73,7 @@ module.exports = { }, { label: "Discord", - href: "https://discord.gg/jg33eMhnj6", + href: "https://goauthentik.io/discord", }, ], }, diff --git a/website/docusaurus.docs-only.js b/website/docusaurus.docs-only.js index eabd08402..f7b3aa0c6 100644 --- a/website/docusaurus.docs-only.js +++ b/website/docusaurus.docs-only.js @@ -35,7 +35,7 @@ module.exports = { position: "right", }, { - href: "https://discord.gg/jg33eMhnj6", + href: "https://goauthentik.io/discord", label: "Discord", position: "right", },