Browse Source

Fix broken link to Tutorial 02 (Basic Tutorial (deploy)) (#331)

pull/333/head
Thijs Brobbel 6 years ago
committed by GitHub
parent
commit
9605d34978
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/README.md

2
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.

Loading…
Cancel
Save