From f88220a8eb45d30a2f5ba7ed543466441a7e5eef Mon Sep 17 00:00:00 2001 From: Marcello Romani Date: Fri, 13 Sep 2019 15:52:10 +0100 Subject: [PATCH] Fix link to docs so it doesn't 404 when published on terraform registry page (#507) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f567503c6b..36374510e0 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ module "my-cluster" { ## Other documentation -- [Autoscaling](docs/autoscaling.md): How to enable worker node autoscaling. -- [Enable Docker Bridge Network](docs/enable-docker-bridge-network.md): How to enable the docker bridge network when using the EKS-optimized AMI, which disables it by default. -- [Spot instances](docs/spot-instances.md): How to use spot instances with this module. +* [Autoscaling](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/autoscaling.md): How to enable worker node autoscaling. +* [Enable Docker Bridge Network](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/enable-docker-bridge-network.md): How to enable the docker bridge network when using the EKS-optimized AMI, which disables it by default. +* [Spot instances](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/spot-instances.md): How to use spot instances with this module. ## Release schedule