From 85b87352f9c91f77fc9032898ebb1f11e21311ca Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Mon, 17 Nov 2025 05:15:56 +0900 Subject: [PATCH] Update Redis URL Signed-off-by: Juhyung Park --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e072cf9..c395e01 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repository provides instructions and helper scripts to install [Immich](htt * [PostgreSQL](https://www.postgresql.org/download/linux) - * [Redis](https://redis.io/docs/install/install-redis/install-redis-on-linux) + * [Redis](https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux) As the time of writing, Node.js v22 LTS, PostgreSQL 18 and Redis 8.2.2 was used.