docs: update docs links to docs.seerr.dev (#1990) [skip ci]

This commit is contained in:
Ryan Cohen
2025-10-07 10:48:51 -06:00
committed by GitHub
parent 0af453ee33
commit 3de457f5bb
7 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s
Check out our documentation for instructions on how to install and run Seerr:
https://docs.jellyseerr.dev/getting-started/
https://docs.seerr.dev/getting-started/
### Packages:
@@ -48,7 +48,7 @@ Nix: [Nixpkg](https://search.nixos.org/packages?channel=unstable&show=jellyseerr
## Support
- Check out the [Seerr Documentation](https://docs.jellyseerr.dev) before asking for help. Your question might already be in the docs!
- Check out the [Seerr Documentation](https://docs.seerr.dev) before asking for help. Your question might already be in the docs!
- You can get support on [Discord](https://discord.gg/seerr).
- 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).

View File

@@ -2,7 +2,7 @@
Jellyseerr docs is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
Jellyseerr docs will be available at [docs.jellyseerr.dev](https://docs.jellyseerr.dev).
Jellyseerr docs will be available at [docs.seerr.dev](https://docs.seerr.dev).
### Installation

View File

@@ -7,7 +7,7 @@ const config: Config = {
tagline: 'One Stop Solution for all your media request needs',
favicon: 'img/favicon.ico',
url: 'https://docs.jellyseerr.dev',
url: 'https://docs.seerr.dev',
baseUrl: '/',
trailingSlash: false,

View File

@@ -1 +1 @@
docs.jellyseerr.dev
docs.seerr.dev

View File

@@ -52,7 +52,7 @@ const handle = app.getRequestHandler();
if (!appDataPermissions()) {
logger.error(
'Something went wrong while checking config folder! Please ensure the config folder is set up properly.\nhttps://docs.jellyseerr.dev/getting-started'
'Something went wrong while checking config folder! Please ensure the config folder is set up properly.\nhttps://docs.seerr.dev/getting-started'
);
}

View File

@@ -288,7 +288,7 @@ const NotificationsWebhook = () => {
{values.supportVariables && (
<div className="mt-2">
<Link
href="https://docs.jellyseerr.dev/using-jellyseerr/notifications/webhook#template-variables"
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
passHref
legacyBehavior
>
@@ -376,7 +376,7 @@ const NotificationsWebhook = () => {
<span>{intl.formatMessage(messages.resetPayload)}</span>
</Button>
<Link
href="https://docs.jellyseerr.dev/using-jellyseerr/notifications/webhook#template-variables"
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
passHref
legacyBehavior
>

View File

@@ -157,12 +157,12 @@ const SettingsAbout = () => {
<List title={intl.formatMessage(messages.gettingsupport)}>
<List.Item title={intl.formatMessage(messages.documentation)}>
<a
href="https://docs.jellyseerr.dev"
href="https://docs.seerr.dev"
target="_blank"
rel="noreferrer"
className="text-indigo-500 transition duration-300 hover:underline"
>
https://docs.jellyseerr.dev
https://docs.seerr.dev
</a>
</List.Item>
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>