From 261ef5e6c57133806b07d75e6189bdf6c099b4bf Mon Sep 17 00:00:00 2001 From: William Oldham Date: Mon, 26 Feb 2024 21:27:31 +0000 Subject: [PATCH] Use quick links --- .github/CODE_OF_CONDUCT.md | 2 +- .github/CONTRIBUTING.md | 5 +++-- .github/SECURITY.md | 2 +- README.md | 2 +- src/setup/constants.ts | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index c45aba90..fddc74e2 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/gQYB6fGArX). +our [Discord](https://movie-web.github.io/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 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a9883859..1d1587f0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -33,7 +33,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 movie-web, please visit the [new issue page](https://github.com/movie-web/movie-web/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template. @@ -85,7 +85,8 @@ Here are some tips to make sure that your pull requests are :pinched_fingers: fi ### Language Contributions Language contributions help movie-web massively, allowing people worldwide to use our app! -We use weblate for crowdsourcing our translations. +We use Weblate for crowdsourcing our translations. [Click here to go to our translation tool.](https://movie-web.github.io/links/weblate) + 1. First make sure you make an account. (click the link above) 2. Click the language you want to help translate, if it's not listed you can click the plus top left to add a new language. diff --git a/.github/SECURITY.md b/.github/SECURITY.md index b092f774..2e85d3a2 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -7,4 +7,4 @@ The latest version of movie-web is the only version that is supported, as it is ## Reporting a Vulnerability You can contact the movie-web maintainers to report a vulnerability: - - Report the vulnerability in the [movie-web Discord server](https://discord.gg/gQYB6fGArX) + - Report the vulnerability in the [movie-web Discord server](https://movie-web.github.io/links/discord) diff --git a/README.md b/README.md index 7a2470a9..29afdbcd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@


- 🔵 discord 🟢 docs + 🔵 discord 🟢 docs



diff --git a/src/setup/constants.ts b/src/setup/constants.ts index a92cc880..935987e9 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/gQYB6fGArX"; +export const DISCORD_LINK = "https://movie-web.github.io/links/discord"; export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; export const DONATION_LINK = "https://ko-fi.com/movieweb"; export const GA_ID = import.meta.env.VITE_GA_ID;