From 7810dd1942e76d0a913e53a0a211a09827e61ac2 Mon Sep 17 00:00:00 2001 From: Kuljit Uppal <57603239+PopsicleSnow@users.noreply.github.com> Date: Wed, 28 Dec 2022 07:49:34 -0800 Subject: [PATCH] chore(docs) Add link to releases (#1195) Include link to Github releases page in updating instructions. --- docs/docs/install/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/install/docker-compose.md b/docs/docs/install/docker-compose.md index df22530319..6b6da85629 100644 --- a/docs/docs/install/docker-compose.md +++ b/docs/docs/install/docker-compose.md @@ -120,7 +120,7 @@ For more information on how to use the application, please refer to the [Post In ### Step 4 - Upgrading -When a new version of Immich is (released)[], the application can be upgraded with the following commands, run in the directory with the `docker-compose.yml` file: +When a new version of Immich is [released](https://github.com/immich-app/immich/releases), the application can be upgraded with the following commands, run in the directory with the `docker-compose.yml` file: ```bash title="Upgrade Immich" docker-compose pull && docker-compose up -d # Or `docker compose`