-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore: replace immich.app/docs with docs.immich.app globally #22428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The link in the Docker Compose file still is https://immich.app/docs/install/docker-compose, instead of directly pointing to https://docs.immich.app/install/docker-compose/. |
|
Replaced all references to immich.app/docs with docs.immich.app, |
|
This PR should now be ready. Unless there are further comments, can it be merged? |
|
This will fix #22569 |
Yup, that issue as well. |
* 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
Description
This PR updates documentation links across ALL the repo files by replacing
https://immich.app/docswith the canonical domainhttps://docs.immich.app.Unlike previous changes in #22417 , which kept the old domain and relied on redirection,
this update points directly to the correct destination (docs.immich.app).
This ensures consistency, avoids unnecessary redirects, and helps prevent future issues with link resolution.
Fixes #22561 and #22569.
How Has This Been Tested?
Screenshots (if appropriate)
Checklist:
src/services/uses repositories implementations for database calls, filesystem operations, etc.src/repositories/is pretty basic/simple and does not have any immich specific logic (that belongs insrc/services/)Please describe to which degree, if any, an LLM was used in creating this pull request.
not at all :)