From 31b589abbe53b1aa876492e9a908c680842d63f9 Mon Sep 17 00:00:00 2001 From: Sean O'Keefe Date: Thu, 27 Nov 2014 13:34:02 -0800 Subject: [PATCH] Updating links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac0591d260d2f..d67fe794992ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Kubernetes -Kubernetes is an open source implementation of container cluster management. +Kubernetes is an open source implementation of [container cluster management](https://cloud.google.com/compute/docs/containers). [Kubernetes Design Document](DESIGN.md) - [Kubernetes @ Google I/O 2014](http://youtu.be/tsk0pWf4ipw) @@ -8,7 +8,7 @@ Kubernetes is an open source implementation of container cluster management. ## Kubernetes can run anywhere! -However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code. +However, initial development was done on [GCE](https://cloud.google.com/compute/) and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code. ## Kubernetes is in pre-production beta! While the concepts and architecture in Kubernetes represent years of experience designing and building large scale cluster manager at Google, the Kubernetes project is still under heavy development. Expect bugs, design and API changes as we bring it to a stable, production product over the coming year.