From b5f9257c11d2b250fde76ce76197a806bc7c7f18 Mon Sep 17 00:00:00 2001 From: Anirudh Ramanathan Date: Tue, 1 Nov 2016 00:49:52 -0700 Subject: [PATCH] Add valid link to kops (#1566) --- docs/getting-started-guides/kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/kubeadm.md b/docs/getting-started-guides/kubeadm.md index 5848fbdc5f..69a1f1ccab 100644 --- a/docs/getting-started-guides/kubeadm.md +++ b/docs/getting-started-guides/kubeadm.md @@ -34,7 +34,7 @@ orchestration system (e.g. Puppet) that you have to integrate with. If you are not constrained, other tools build on kubeadm to give you complete clusters: * On GCE, [Google Container Engine](https://cloud.google.com/container-engine/) gives you turn-key Kubernetes -* On AWS, [kops](kops) makes installation and cluster management easy (and supports high availability) +* On AWS, [kops](https://github.com/kubernetes/kops) makes installation and cluster management easy (and supports high availability) ## Prerequisites