mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update discord links
This commit is contained in:
parent
ee00d0e853
commit
d6ad60c091
7 changed files with 8 additions and 8 deletions
2
.github/CODE_OF_CONDUCT.md
vendored
2
.github/CODE_OF_CONDUCT.md
vendored
|
@ -60,7 +60,7 @@ representative at an online or offline event.
|
||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
reported to the community leaders responsible for enforcement at
|
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 complaints will be reviewed and investigated promptly and fairly.
|
||||||
|
|
||||||
All community leaders are obligated to respect the privacy and security of the
|
All community leaders are obligated to respect the privacy and security of the
|
||||||
|
|
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -35,7 +35,7 @@ There are two places where to request features or report bugs:
|
||||||
### Discord Server
|
### 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.
|
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.
|
||||||
|
|
||||||
<a href="https://sussy-code.github.io/links/discord"><img src="https://discord.com/api/guilds/871713465100816424/widget.png?style=banner2" alt="Discord Server"></a>
|
<a href="https://discord.gg/kdkTZ4McvD"><img src="https://discord.com/api/guilds/871713465100816424/widget.png?style=banner2" alt="Discord Server"></a>
|
||||||
|
|
||||||
### GitHub Issues
|
### 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.
|
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
2
.github/SECURITY.md
vendored
|
@ -7,4 +7,4 @@ The latest version of sudo-flix is the only version that is supported, as it is
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
You can contact the sudo-flix maintainers to report a vulnerability:
|
You can contact the sudo-flix maintainers to report a vulnerability:
|
||||||
- Report the vulnerability in the [Discord](https://discord.gg/7FrXjCrDyp).
|
- Report the vulnerability in the [Discord](https://discord.gg/kdkTZ4McvD).
|
|
@ -19,7 +19,7 @@
|
||||||
- [Priacy Subreddit Megathread](https://www.reddit.com/r/Piracy/s/iymSloEpXn)
|
- [Priacy Subreddit Megathread](https://www.reddit.com/r/Piracy/s/iymSloEpXn)
|
||||||
- [Toon's Instances](https://erynith.github.io/movie-web-instances)
|
- [Toon's Instances](https://erynith.github.io/movie-web-instances)
|
||||||
- [Sudo-Flix docs](https://sussy-code.github.io/docs)
|
- [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
|
- Search Engines: DuckDuckGo, Bing, Google
|
||||||
- Rentry.co
|
- Rentry.co
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ export function SupportPage() {
|
||||||
items={[
|
items={[
|
||||||
<Item title={t("support.q1.title")}>
|
<Item title={t("support.q1.title")}>
|
||||||
<Trans i18nKey="support.q1.body">
|
<Trans i18nKey="support.q1.body">
|
||||||
<MwLink to="https://discord.gg/FXq5fnepPf" />
|
<MwLink to="https://discord.gg/kdkTZ4McvD" />
|
||||||
</Trans>
|
</Trans>
|
||||||
</Item>,
|
</Item>,
|
||||||
<Item title={t("support.q2.title")}>
|
<Item title={t("support.q2.title")}>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
|
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 GITHUB_LINK = "https://github.com/sussy-code/smov";
|
||||||
export const TWITTER_LINK = "https://twitter.com/SudoFlix";
|
export const TWITTER_LINK = "https://twitter.com/SudoFlix";
|
||||||
export const DONATION_LINK = "https://ko-fi.com/movieweb";
|
export const DONATION_LINK = "https://ko-fi.com/movieweb";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
|
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
|
||||||
export const DISCORD_LINK = "https://movie-web.github.io/links/discord";
|
export const DISCORD_LINK = "https://discord.gg/kdkTZ4McvD";
|
||||||
export const GITHUB_LINK = "https://github.com/movie-web/movie-web";
|
export const GITHUB_LINK = "https://github.com/sussy-code/smov";
|
||||||
export const DONATION_LINK = "https://ko-fi.com/movieweb";
|
export const DONATION_LINK = "https://ko-fi.com/movieweb";
|
||||||
export const GA_ID = import.meta.env.VITE_GA_ID;
|
export const GA_ID = import.meta.env.VITE_GA_ID;
|
||||||
export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;
|
export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;
|
||||||
|
|
Loading…
Reference in a new issue