From 87142c63bdc15522e5dbb662d338ab3be7049c90 Mon Sep 17 00:00:00 2001 From: Emanuele Libralato Date: Wed, 27 Nov 2019 11:19:25 +0100 Subject: [PATCH] fix: broken link to 'Using Garden' page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ff1882a0..182f5203c8 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can find Garden’s full documentation at [https://docs.garden.io](https://d Overview: -- [Using Garden](https://docs.garden.io/basics)—short Guides on incrementally adding the main Garden constructs to your project. +- [Using Garden](https://docs.garden.io/using-garden)—short Guides on incrementally adding the main Garden constructs to your project. - [Guides](https://docs.garden.io/guides)—development workflows, Garden configuration files, usage with remote Kubernetes clusters, and setting up hot reload. - [Example Projects](https://docs.garden.io/examples)—guides based on some of the [examples](https://github.com/garden-io/garden/tree/v0.10.15/examples). - [Reference](https://docs.garden.io/reference)—glossary, commands reference, configuration files reference, and template strings reference.