From 96ed9a8c4aa7f443bad9b7ad2e2719e00b1aa865 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 8 Apr 2025 00:03:32 +0200 Subject: [PATCH] fix: restore mangled footnotes (#17446) I broke this in #17257 --- docs/docs/install/docker-compose.mdx | 3 +++ docs/docs/install/upgrading.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/install/docker-compose.mdx b/docs/docs/install/docker-compose.mdx index 06154161f42..fe5c043d017 100644 --- a/docs/docs/install/docker-compose.mdx +++ b/docs/docs/install/docker-compose.mdx @@ -70,3 +70,6 @@ If you get an error `can't set healthcheck.start_interval as feature require Doc ## Next Steps Read the [Post Installation](/docs/install/post-install.mdx) steps and [upgrade instructions](/docs/install/upgrading.md). + +[compose-file]: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml +[env-file]: https://github.com/immich-app/immich/releases/latest/download/example.env diff --git a/docs/docs/install/upgrading.md b/docs/docs/install/upgrading.md index 26cb22ffcc0..4425e23d68a 100644 --- a/docs/docs/install/upgrading.md +++ b/docs/docs/install/upgrading.md @@ -24,9 +24,6 @@ To clean up disk space, the old version's obsolete container images can be delet docker image prune ``` -[compose-file]: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml -[env-file]: https://github.com/immich-app/immich/releases/latest/download/example.env [watchtower]: https://containrrr.dev/watchtower/ [breaking]: https://github.com/immich-app/immich/discussions?discussions_q=label%3Achangelog%3Abreaking-change+sort%3Adate_created -[container-auth]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry [releases]: https://github.com/immich-app/immich/releases