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

@@ -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'
);
}