Skip to content

Commit 3de457f

Browse files
authored
docs: update docs links to docs.seerr.dev (#1990) [skip ci]
1 parent 0af453e commit 3de457f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s
3434

3535
Check out our documentation for instructions on how to install and run Seerr:
3636

37-
https://docs.jellyseerr.dev/getting-started/
37+
https://docs.seerr.dev/getting-started/
3838

3939
### Packages:
4040

@@ -48,7 +48,7 @@ Nix: [Nixpkg](https://search.nixos.org/packages?channel=unstable&show=jellyseerr
4848

4949
## Support
5050

51-
- Check out the [Seerr Documentation](https://docs.jellyseerr.dev) before asking for help. Your question might already be in the docs!
51+
- Check out the [Seerr Documentation](https://docs.seerr.dev) before asking for help. Your question might already be in the docs!
5252
- You can get support on [Discord](https://discord.gg/seerr).
5353
- You can ask questions in the Help category of our [GitHub Discussions](/../../discussions).
5454
- Bug reports and feature requests can be submitted via [GitHub Issues](/../../issues).

gen-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Jellyseerr docs is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
44

5-
Jellyseerr docs will be available at [docs.jellyseerr.dev](https://docs.jellyseerr.dev).
5+
Jellyseerr docs will be available at [docs.seerr.dev](https://docs.seerr.dev).
66

77
### Installation
88

gen-docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config: Config = {
77
tagline: 'One Stop Solution for all your media request needs',
88
favicon: 'img/favicon.ico',
99

10-
url: 'https://docs.jellyseerr.dev',
10+
url: 'https://docs.seerr.dev',
1111
baseUrl: '/',
1212
trailingSlash: false,
1313

gen-docs/static/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs.jellyseerr.dev
1+
docs.seerr.dev

server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const handle = app.getRequestHandler();
5252

5353
if (!appDataPermissions()) {
5454
logger.error(
55-
'Something went wrong while checking config folder! Please ensure the config folder is set up properly.\nhttps://docs.jellyseerr.dev/getting-started'
55+
'Something went wrong while checking config folder! Please ensure the config folder is set up properly.\nhttps://docs.seerr.dev/getting-started'
5656
);
5757
}
5858

src/components/Settings/Notifications/NotificationsWebhook/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const NotificationsWebhook = () => {
288288
{values.supportVariables && (
289289
<div className="mt-2">
290290
<Link
291-
href="https://docs.jellyseerr.dev/using-jellyseerr/notifications/webhook#template-variables"
291+
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
292292
passHref
293293
legacyBehavior
294294
>
@@ -376,7 +376,7 @@ const NotificationsWebhook = () => {
376376
<span>{intl.formatMessage(messages.resetPayload)}</span>
377377
</Button>
378378
<Link
379-
href="https://docs.jellyseerr.dev/using-jellyseerr/notifications/webhook#template-variables"
379+
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
380380
passHref
381381
legacyBehavior
382382
>

src/components/Settings/SettingsAbout/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ const SettingsAbout = () => {
157157
<List title={intl.formatMessage(messages.gettingsupport)}>
158158
<List.Item title={intl.formatMessage(messages.documentation)}>
159159
<a
160-
href="https://docs.jellyseerr.dev"
160+
href="https://docs.seerr.dev"
161161
target="_blank"
162162
rel="noreferrer"
163163
className="text-indigo-500 transition duration-300 hover:underline"
164164
>
165-
https://docs.jellyseerr.dev
165+
https://docs.seerr.dev
166166
</a>
167167
</List.Item>
168168
<List.Item title={intl.formatMessage(messages.githubdiscussions)}>

0 commit comments

Comments
 (0)