File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Notifications/NotificationsWebhook Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s
3434
3535Check 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 ) .
Original file line number Diff line number Diff line change 22
33Jellyseerr 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- docs.jellyseerr .dev
1+ docs.seerr .dev
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const handle = app.getRequestHandler();
5252
5353if ( ! 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ) } >
You can’t perform that action at this time.
0 commit comments