Update discord link

This commit is contained in:
Cooper 2024-07-13 05:25:21 +00:00
parent 8de262a937
commit 508ac3e215
7 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
our [Discord](https://discord.gg/r5cYshWM4G).
our [Discord](https://docs.sudo-flix.lol/links/discord).
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the

View File

@ -34,7 +34,7 @@ There are two places where to request features or report bugs:
### Discord Server
If you do not have a GitHub account or want to discuss a feature or bug with us before making an issue, you can join our Discord server.
[Join bruh](https://discord.gg/mxhcENzG2j)
[Join bruh](https://docs.sudo-flix.lol/links/discord)
### GitHub Issues
To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/sussy-code/smov/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template.

2
.github/SECURITY.md vendored
View File

@ -7,4 +7,4 @@ The latest version of sudo-flix is the only version that is supported, as it is
## Reporting a Vulnerability
You can contact the sudo-flix maintainers to report a vulnerability:
- Report the vulnerability in the [Discord](https://discord.gg/r5cYshWM4G).
- Report the vulnerability in the [Discord](https://docs.sudo-flix.lol/links/discord).

View File

@ -19,7 +19,7 @@
- [Piracy Subreddit Megathread](https://www.reddit.com/r/Piracy/s/iymSloEpXn)
- [Toon's Instances](https://erynith.github.io/movie-web-instances)
- [Sudo-Flix docs](https://sussy-code.github.io/docs)
- [Sudo-Flix Discord](https://discord.gg/r5cYshWM4G)
- [Sudo-Flix Discord](https://docs.sudo-flix.lol/links/discord)
- Search Engines: DuckDuckGo, Bing, Google
- Rentry.co

View File

@ -106,7 +106,7 @@ export function SupportPage() {
items={[
<Item title={t("support.q1.title")}>
<Trans i18nKey="support.q1.body">
<MwLink to="https://discord.gg/r5cYshWM4G" />
<MwLink to="https://docs.sudo-flix.lol/links/discord" />
</Trans>
</Item>,
<Item title={t("support.q2.title")}>

View File

@ -1,5 +1,5 @@
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
export const DISCORD_LINK = "https://discord.gg/r5cYshWM4G";
export const DISCORD_LINK = "https://docs.sudo-flix.lol/links/discord";
export const GITHUB_LINK = "https://github.com/sussy-code/smov";
export const TWITTER_LINK = "https://twitter.com/SudoFlix";
export const GA_ID = import.meta.env.VITE_GA_ID;

View File

@ -1,5 +1,5 @@
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
export const DISCORD_LINK = "https://discord.gg/r5cYshWM4G";
export const DISCORD_LINK = "https://docs.sudo-flix.lol/links/discord";
export const GITHUB_LINK = "https://github.com/sussy-code/smov";
export const GA_ID = import.meta.env.VITE_GA_ID;
export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;