Skip to content

Conversation

@gablilli
Copy link
Contributor

@gablilli gablilli commented Sep 26, 2025

Description

This PR updates documentation links across ALL the repo files by replacing
https://immich.app/docs with the canonical domain https://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?

  • Verified that all updated links resolve to the correct domain

Screenshots (if appropriate)

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if applicable
  • I have no unrelated changes in the PR.
  • I have confirmed that any new dependencies are strictly necessary.
  • I have written tests for new code (if applicable)
  • I have followed naming conventions/patterns in the surrounding code
  • All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

Please describe to which degree, if any, an LLM was used in creating this pull request.

not at all :)

@alextran1502 alextran1502 added documentation Improvements or additions to documentation changelog:documentation and removed documentation Improvements or additions to documentation labels Sep 28, 2025
@alextran1502 alextran1502 changed the title docs(readme): replace immich.app/docs with docs.immich.app docs: replace immich.app/docs with docs.immich.app Sep 28, 2025
@alextran1502 alextran1502 changed the title docs: replace immich.app/docs with docs.immich.app chore: replace immich.app/docs with docs.immich.app Sep 29, 2025
@skridofly
Copy link

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/.

@gablilli
Copy link
Contributor Author

Replaced all references to immich.app/docs with docs.immich.app,
ensuring consistency across the repo. No other changes included.

@gablilli gablilli changed the title chore: replace immich.app/docs with docs.immich.app chore: replace immich.app/docs with docs.immich.app globally Sep 30, 2025
@gablilli
Copy link
Contributor Author

gablilli commented Oct 2, 2025

This PR should now be ready. Unless there are further comments, can it be merged?

@papuass
Copy link
Contributor

papuass commented Oct 2, 2025

This will fix #22569

@gablilli
Copy link
Contributor Author

gablilli commented Oct 2, 2025

This will fix #22569

Yup, that issue as well.

@alextran1502 alextran1502 merged commit 1086623 into immich-app:main Oct 2, 2025
54 checks passed
@alextran1502 alextran1502 mentioned this pull request Oct 2, 2025
4 tasks
bwees pushed a commit that referenced this pull request Oct 6, 2025
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Link to Documentation return 404 page

5 participants