root: use custom url for discord

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-21 10:40:43 +02:00
parent f6a85c98c9
commit a40cb03b44
4 changed files with 5 additions and 5 deletions

View File

@ -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?

View File

@ -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)

View File

@ -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",
},
],
},

View File

@ -35,7 +35,7 @@ module.exports = {
position: "right",
},
{
href: "https://discord.gg/jg33eMhnj6",
href: "https://goauthentik.io/discord",
label: "Discord",
position: "right",
},