From 10b3dc24eeb12a2713dd55536f4d9b0ab6d84772 Mon Sep 17 00:00:00 2001 From: Shayne Boyer Date: Fri, 10 Apr 2020 15:27:40 -0400 Subject: [PATCH] fix link to redis setup (#352) --- samples/voting/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/voting/README.md b/samples/voting/README.md index 09f89f21..144b0747 100644 --- a/samples/voting/README.md +++ b/samples/voting/README.md @@ -9,11 +9,11 @@ The project should be immediately runnable by calling `tye run` from the directo A few things need to be configured before deploying to Kubernetes. -- Setting up Redis. A connection string needs to be provided to connect to Redis. You can follow our tutorial on [setting up redis in your cluster](../../docs/redis.md). +- Setting up Redis. A connection string needs to be provided to connect to Redis. You can follow our tutorial on [setting up redis in your cluster](../../docs/tutorials/hello-tye/02_add_redis.md). - Setting up postgresql. A connection string eventually needs to be provided to tye for postgresql. - Deploying the ingress.yaml by calling: ``` kubectl apply -f ingress.yml ``` - \ No newline at end of file +