diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 8600e65e..33999967 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -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/7FrXjCrDyp). +our [Discord](https://discord.gg/kdkTZ4McvD). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 35dd6884..30a839fb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,7 +35,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. -Discord Server +Discord Server ### 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. diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 479c1721..f11e8a62 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -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/7FrXjCrDyp). \ No newline at end of file + - Report the vulnerability in the [Discord](https://discord.gg/kdkTZ4McvD). \ No newline at end of file diff --git a/README.md b/README.md index 5a7cec92..17990fbf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - [Priacy 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/9XyDcpmnmg) +- [Sudo-Flix Discord](https://discord.gg/kdkTZ4McvD) - Search Engines: DuckDuckGo, Bing, Google - Rentry.co diff --git a/src/pages/Support.tsx b/src/pages/Support.tsx index 2967aa23..2d425420 100644 --- a/src/pages/Support.tsx +++ b/src/pages/Support.tsx @@ -106,7 +106,7 @@ export function SupportPage() { items={[ - + , diff --git a/src/setup/constants.ts b/src/setup/constants.ts index 445b3979..b62f899d 100644 --- a/src/setup/constants.ts +++ b/src/setup/constants.ts @@ -1,5 +1,5 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; -export const DISCORD_LINK = "https://discord.gg/7FrXjCrDyp"; +export const DISCORD_LINK = "https://discord.gg/kdkTZ4McvD"; export const GITHUB_LINK = "https://github.com/sussy-code/smov"; export const TWITTER_LINK = "https://twitter.com/SudoFlix"; export const DONATION_LINK = "https://ko-fi.com/movieweb"; diff --git a/src/utils/setup/constants.ts b/src/utils/setup/constants.ts index 935987e9..c3a46e8d 100644 --- a/src/utils/setup/constants.ts +++ b/src/utils/setup/constants.ts @@ -1,6 +1,6 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; -export const DISCORD_LINK = "https://movie-web.github.io/links/discord"; -export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; +export const DISCORD_LINK = "https://discord.gg/kdkTZ4McvD"; +export const GITHUB_LINK = "https://github.com/sussy-code/smov"; export const DONATION_LINK = "https://ko-fi.com/movieweb"; export const GA_ID = import.meta.env.VITE_GA_ID; export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;