chore: replace immich.app/docs with docs.immich.app globally (#22428)

* fix: es

* fix(readme): fix docs link

* fix(readme): fix main readme's docs link

* fix: main readme

* fix: replace immich.app/docs with docs.immich.app globally
This commit is contained in:
gablilli
2025-10-02 17:42:14 +02:00
committed by GitHub
parent a2b25b7a74
commit 1086623457
36 changed files with 122 additions and 122 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import { BaseService } from 'src/services/base.service';
import { JobOf, SystemFlags } from 'src/types';
import { ImmichStartupError } from 'src/utils/misc';
const docsMessage = `Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information.`;
const docsMessage = `Please see https://docs.immich.app/administration/system-integrity#folder-checks for more information.`;
@Injectable()
export class StorageService extends BaseService {