diff --git a/README.md b/README.md index aec85a813..c13a18cfd 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/gen-docs/README.md b/gen-docs/README.md index 231d9a3e4..46a19b58a 100644 --- a/gen-docs/README.md +++ b/gen-docs/README.md @@ -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 diff --git a/gen-docs/docusaurus.config.ts b/gen-docs/docusaurus.config.ts index 08a1fe145..a5c8ee72e 100644 --- a/gen-docs/docusaurus.config.ts +++ b/gen-docs/docusaurus.config.ts @@ -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, diff --git a/gen-docs/static/CNAME b/gen-docs/static/CNAME index db1468fbc..cf91dc24f 100644 --- a/gen-docs/static/CNAME +++ b/gen-docs/static/CNAME @@ -1 +1 @@ -docs.jellyseerr.dev \ No newline at end of file +docs.seerr.dev diff --git a/server/index.ts b/server/index.ts index b98e3b2fa..a817eb102 100644 --- a/server/index.ts +++ b/server/index.ts @@ -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' ); } diff --git a/src/components/Settings/Notifications/NotificationsWebhook/index.tsx b/src/components/Settings/Notifications/NotificationsWebhook/index.tsx index 2c3d436d2..a3dc9f05c 100644 --- a/src/components/Settings/Notifications/NotificationsWebhook/index.tsx +++ b/src/components/Settings/Notifications/NotificationsWebhook/index.tsx @@ -288,7 +288,7 @@ const NotificationsWebhook = () => { {values.supportVariables && (
@@ -376,7 +376,7 @@ const NotificationsWebhook = () => { {intl.formatMessage(messages.resetPayload)} diff --git a/src/components/Settings/SettingsAbout/index.tsx b/src/components/Settings/SettingsAbout/index.tsx index 795ac9a13..c129b2214 100644 --- a/src/components/Settings/SettingsAbout/index.tsx +++ b/src/components/Settings/SettingsAbout/index.tsx @@ -157,12 +157,12 @@ const SettingsAbout = () => { - https://docs.jellyseerr.dev + https://docs.seerr.dev