pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update discord link

Cooper 508ac3e2 8de262a9

+7 -7
+1 -1
.github/CODE_OF_CONDUCT.md
··· 60 60 61 61 Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 62 reported to the community leaders responsible for enforcement at 63 - our [Discord](https://discord.gg/r5cYshWM4G). 63 + our [Discord](https://docs.sudo-flix.lol/links/discord). 64 64 All complaints will be reviewed and investigated promptly and fairly. 65 65 66 66 All community leaders are obligated to respect the privacy and security of the
+1 -1
.github/CONTRIBUTING.md
··· 34 34 35 35 ### Discord Server 36 36 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. 37 - [Join bruh](https://discord.gg/mxhcENzG2j) 37 + [Join bruh](https://docs.sudo-flix.lol/links/discord) 38 38 39 39 ### GitHub Issues 40 40 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.
+1 -1
.github/SECURITY.md
··· 7 7 ## Reporting a Vulnerability 8 8 9 9 You can contact the sudo-flix maintainers to report a vulnerability: 10 - - Report the vulnerability in the [Discord](https://discord.gg/r5cYshWM4G). 10 + - Report the vulnerability in the [Discord](https://docs.sudo-flix.lol/links/discord).
+1 -1
README.md
··· 19 19 - [Piracy Subreddit Megathread](https://www.reddit.com/r/Piracy/s/iymSloEpXn) 20 20 - [Toon's Instances](https://erynith.github.io/movie-web-instances) 21 21 - [Sudo-Flix docs](https://sussy-code.github.io/docs) 22 - - [Sudo-Flix Discord](https://discord.gg/r5cYshWM4G) 22 + - [Sudo-Flix Discord](https://docs.sudo-flix.lol/links/discord) 23 23 - Search Engines: DuckDuckGo, Bing, Google 24 24 - Rentry.co 25 25
+1 -1
src/pages/Support.tsx
··· 106 106 items={[ 107 107 <Item title={t("support.q1.title")}> 108 108 <Trans i18nKey="support.q1.body"> 109 - <MwLink to="https://discord.gg/r5cYshWM4G" /> 109 + <MwLink to="https://docs.sudo-flix.lol/links/discord" /> 110 110 </Trans> 111 111 </Item>, 112 112 <Item title={t("support.q2.title")}>
+1 -1
src/setup/constants.ts
··· 1 1 export const APP_VERSION = import.meta.env.PACKAGE_VERSION; 2 - export const DISCORD_LINK = "https://discord.gg/r5cYshWM4G"; 2 + export const DISCORD_LINK = "https://docs.sudo-flix.lol/links/discord"; 3 3 export const GITHUB_LINK = "https://github.com/sussy-code/smov"; 4 4 export const TWITTER_LINK = "https://twitter.com/SudoFlix"; 5 5 export const GA_ID = import.meta.env.VITE_GA_ID;
+1 -1
src/utils/setup/constants.ts
··· 1 1 export const APP_VERSION = import.meta.env.PACKAGE_VERSION; 2 - export const DISCORD_LINK = "https://discord.gg/r5cYshWM4G"; 2 + export const DISCORD_LINK = "https://docs.sudo-flix.lol/links/discord"; 3 3 export const GITHUB_LINK = "https://github.com/sussy-code/smov"; 4 4 export const GA_ID = import.meta.env.VITE_GA_ID; 5 5 export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;