From 9605d34978ab70a322b60269bdb124f490159fd4 Mon Sep 17 00:00:00 2001 From: Thijs Brobbel Date: Thu, 9 Apr 2020 16:13:37 +0200 Subject: [PATCH] Fix broken link to Tutorial 02 (Basic Tutorial (deploy)) (#331) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7f736086e..2a724d22f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ |-------|-------------| |**[Getting Started](getting_started.md)** | Get setup to develop with `tye`. |**[Basic Tutorial (run locally)](/docs/tutorials/hello-tye/00_run_locally.md)** | Learn how to run an application locally with `tye`. -|**[Basic Tutorial (deploy)](/docs/tutorials/hello-tye/01_deploy.md.md)** | Learn how to deploy an application with `tye`. +|**[Basic Tutorial (deploy)](/docs/tutorials/hello-tye/01_deploy.md)** | Learn how to deploy an application with `tye`. |**[Basic Tutorial (add Redis)](/docs/tutorials/hello-tye/02_add_redis.md)** | Learn how to add redis for development and deployed to a development cluster.