From 3cbb054d18b7716063f381c28e284b21c8addea4 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Mon, 20 Mar 2017 21:51:13 -0700 Subject: [PATCH] Update kubernetes proposal doc I'm not sure if proposals should be updated or left in time as a snapshot of the request. If the former is true here is an updated link for containerized apps to bring people to the right page the first time instead of through 2 manual redirects and scrolling down the page. --- proposals/kubernetes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/kubernetes.adoc b/proposals/kubernetes.adoc index 11c2330..04d6a3e 100644 --- a/proposals/kubernetes.adoc +++ b/proposals/kubernetes.adoc @@ -4,7 +4,7 @@ *Description* -Kubernetes is an open source system for managing https://github.com/kubernetes/kubernetes/wiki/Why-Kubernetes%3F#why-containers[containerized applications] across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications. Kubernetes will serve as a cluster manager for the CNCF ecosystem. +Kubernetes is an open source system for managing https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/#why-containers[containerized applications] across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications. Kubernetes will serve as a cluster manager for the CNCF ecosystem. *Sponsor / Advisor from TOC*: Alexis Richardson