From e08718724e192e520985dc4919f43e3fbd5df96b Mon Sep 17 00:00:00 2001 From: steffenabel <17200230+steffenabel@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:11:47 +0200 Subject: [PATCH] fix: Fix broken discord link (#163) --- apps/public/content/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/public/content/docs/index.mdx b/apps/public/content/docs/index.mdx index 1d774cf3..ce403110 100644 --- a/apps/public/content/docs/index.mdx +++ b/apps/public/content/docs/index.mdx @@ -61,7 +61,7 @@ OpenPanel is fully open-source and available on [GitHub](https://github.com/Open ## Need Help? -- Join our [Discord community](https://discord.gg/openpanel) +- Join our [Discord community](https://go.openpanel.dev/discord) - Check our [GitHub issues](https://github.com/Openpanel-dev/openpanel/issues) - Email us at [hello@openpanel.dev](mailto:hello@openpanel.dev) @@ -112,4 +112,4 @@ Decrements a numeric property for a user. ### Clear -Clears the current user identifier and ends the session. \ No newline at end of file +Clears the current user identifier and ends the session.