From 10a433a018c14ffe94eca328c8bf5d0efe4bced7 Mon Sep 17 00:00:00 2001 From: Don Wilson Date: Thu, 29 Sep 2022 16:01:34 -0500 Subject: [PATCH] Fix link to RedisInsight --- docs/stack/get-started/install/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stack/get-started/install/docker.md b/docs/stack/get-started/install/docker.md index 208b128c..6ead8059 100644 --- a/docs/stack/get-started/install/docker.md +++ b/docs/stack/get-started/install/docker.md @@ -21,7 +21,7 @@ To start Redis Stack server using the `redis-stack-server` image, run the follow docker run -d --name redis-stack-server -p 6379:6379 redis/redis-stack-server:latest {{< / highlight >}} -You can connect the Redis Stack server database to your [RedisInsight]() desktop application. +You can connect the Redis Stack server database to your [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) desktop application. ### redis/redis-stack To start Redis Stack developer container using the `redis-stack` image, run the following command in your terminal: