chore: update Discord URL (#1980) [skip ci]

This commit is contained in:
TheCatLady
2025-10-06 12:32:38 -07:00
committed by GitHub
parent a3196fd3a3
commit 00b2e97f8d
6 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: 💬 Support via Discord - name: 💬 Support via Discord
url: https://discord.gg/ckbvBtDJgC url: https://discord.gg/seerr
about: Chat with other users and the Jellyseerr dev team about: Chat with other users and the Jellyseerr dev team
- name: 💬 Support via GitHub Discussions - name: 💬 Support via GitHub Discussions
url: https://github.com/fallenbagel/jellyseerr/discussions url: https://github.com/fallenbagel/jellyseerr/discussions

View File

@@ -35,7 +35,7 @@ jobs:
to be a support request. Please use our support channels to be a support request. Please use our support channels
to get help with Jellyseerr. to get help with Jellyseerr.
- [Discord](https://discord.gg/ckbvBtDJgC) - [Discord](https://discord.gg/seerr)
run: | run: |
retry() { n=0; until "$@"; do n=$((n+1)); [ $n -ge 3 ] && break; echo "retry $n: $*" >&2; sleep 2; done; } retry() { n=0; until "$@"; do n=$((n+1)); [ $n -ge 3 ] && break; echo "retry $n: $*" >&2; sleep 2; done; }
retry gh issue comment "$NUMBER" -R "$GH_REPO" -b "$BODY" || true retry gh issue comment "$NUMBER" -R "$GH_REPO" -b "$BODY" || true

View File

@@ -130,7 +130,7 @@ Steps:
- You can create a "draft" pull request early to get feedback on your work. - You can create a "draft" pull request early to get feedback on your work.
- Your code **must** be formatted correctly, or the tests will fail. - Your code **must** be formatted correctly, or the tests will fail.
- We use Prettier to format our code base. It should automatically run with a Git hook, but it is recommended to have the Prettier extension installed in your editor and format on save. - We use Prettier to format our code base. It should automatically run with a Git hook, but it is recommended to have the Prettier extension installed in your editor and format on save.
- If you have questions or need help, you can reach out via [Discussions](/../../discussions) or our [Discord server](https://discord.gg/ckbvBtDJgC). - If you have questions or need help, you can reach out via [Discussions](/../../discussions) or our [Discord server](https://discord.gg/seerr).
- Only open pull requests to `develop`, never `master`! Any pull requests opened to `master` will be closed. - Only open pull requests to `develop`, never `master`! Any pull requests opened to `master` will be closed.
### UI Text Style ### UI Text Style

View File

@@ -49,7 +49,7 @@ Nix: [Nixpkg](https://search.nixos.org/packages?channel=unstable&show=jellyseerr
## Support ## Support
- Check out the [Jellyseerr Documentation](https://docs.jellyseerr.dev) before asking for help. Your question might already be in the docs! - Check out the [Jellyseerr Documentation](https://docs.jellyseerr.dev) before asking for help. Your question might already be in the docs!
- You can get support on [Discord](https://discord.gg/ckbvBtDJgC). - You can get support on [Discord](https://discord.gg/seerr).
- You can ask questions in the Help category of our [GitHub Discussions](/../../discussions). - You can ask questions in the Help category of our [GitHub Discussions](/../../discussions).
- Bug reports and feature requests can be submitted via [GitHub Issues](/../../issues). - Bug reports and feature requests can be submitted via [GitHub Issues](/../../issues).
@@ -61,7 +61,7 @@ You can access the API documentation from your local Jellyseerr install at http:
You can ask questions, share ideas, and more in [GitHub Discussions](/../../discussions). You can ask questions, share ideas, and more in [GitHub Discussions](/../../discussions).
If you would like to chat with other members of our growing community, [join the Jellyseerr Discord server](https://discord.gg/ckbvBtDJgC)! If you would like to chat with other members of our growing community, [join the Jellyseerr Discord server](https://discord.gg/seerr)!
Our [Code of Conduct](./CODE_OF_CONDUCT.md) applies to all Jellyseerr community channels. Our [Code of Conduct](./CODE_OF_CONDUCT.md) applies to all Jellyseerr community channels.

View File

@@ -110,7 +110,7 @@ const config: Config = {
items: [ items: [
{ {
label: 'Discord', label: 'Discord',
href: 'https://discord.gg/ckbvBtDJgC', href: 'https://discord.gg/seerr',
}, },
{ {
label: 'Github Discussions', label: 'Github Discussions',

View File

@@ -179,12 +179,12 @@ const SettingsAbout = () => {
</List.Item> </List.Item>
<List.Item title="Discord"> <List.Item title="Discord">
<a <a
href="https://discord.gg/ckbvBtDJgC" href="https://discord.gg/seerr"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="text-indigo-500 transition duration-300 hover:underline" className="text-indigo-500 transition duration-300 hover:underline"
> >
https://discord.gg/ckbvBtDJgC https://discord.gg/seerr
</a> </a>
</List.Item> </List.Item>
</List> </List>