From 50c24e3e4ebaca7c30632036dbd518f5592e4171 Mon Sep 17 00:00:00 2001 From: makocchi Date: Fri, 17 Jan 2020 20:42:57 +0900 Subject: [PATCH] Fix the link for conjure-up (#18529) * fix the link for conjure-up * Fix the link for conjure-up to docs.conjure-up.io --- content/en/docs/setup/production-environment/turnkey/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/turnkey/aws.md b/content/en/docs/setup/production-environment/turnkey/aws.md index e203be1c99..922f4a3eb9 100644 --- a/content/en/docs/setup/production-environment/turnkey/aws.md +++ b/content/en/docs/setup/production-environment/turnkey/aws.md @@ -18,7 +18,7 @@ To create a Kubernetes cluster on AWS, you will need an Access Key ID and a Secr ### Supported Production Grade Tools -* [conjure-up](/docs/getting-started-guides/ubuntu/) is an open-source installer for Kubernetes that creates Kubernetes clusters with native AWS integrations on Ubuntu. +* [conjure-up](https://docs.conjure-up.io/stable/en/cni/k8s-and-aws) is an open-source installer for Kubernetes that creates Kubernetes clusters with native AWS integrations on Ubuntu. * [Kubernetes Operations](https://github.com/kubernetes/kops) - Production Grade K8s Installation, Upgrades, and Management. Supports running Debian, Ubuntu, CentOS, and RHEL in AWS.