From 420723e38136ab73fb070e1e6621ed27ece5b781 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Tue, 10 Jan 2023 09:55:43 -0800 Subject: [PATCH] Update docs/developing-locally.rst Co-authored-by: Bruno Alla --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 960ba7b03..d4ce44437 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -151,7 +151,7 @@ The project comes with a simple task for manual testing purposes, inside `> from .users.tasks import get_users_count >> get_users_count.delay() -Next, make sure `redis-server` is installed (per instructions at https://redis.io/topics/quickstart) and run the server in one terminal:: +Next, make sure `redis-server` is installed (per instructions at https://redis.io/docs/getting-started/) and run the server in one terminal:: $ redis-server