From 077f0ca38f2f2b5915fbb6ff4f4be328a3f0bec8 Mon Sep 17 00:00:00 2001 From: Ritikaa96 Date: Mon, 5 Jul 2021 16:47:30 +0530 Subject: [PATCH] correcting redis address in stateless-application guestbook document Signed-off-by: Ritikaa96 --- content/en/docs/tutorials/stateless-application/guestbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateless-application/guestbook.md b/content/en/docs/tutorials/stateless-application/guestbook.md index b8c92d66a5..c31bcbc49e 100644 --- a/content/en/docs/tutorials/stateless-application/guestbook.md +++ b/content/en/docs/tutorials/stateless-application/guestbook.md @@ -19,7 +19,7 @@ ready)_, multi-tier web application using Kubernetes and [Docker](https://www.docker.com/). This example consists of the following components: -* A single-instance [Redis](https://www.redis.com/) to store guestbook entries +* A single-instance [Redis](https://www.redis.io/) to store guestbook entries * Multiple web frontend instances ## {{% heading "objectives" %}}