From ac1be8cc97a55025ccc5658979ec45c4ba51b044 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 14 Jul 2014 21:33:02 -0700 Subject: [PATCH] Move guestbook.md to README.md for default display by github. --- README.md | 2 +- examples/guestbook/{guestbook.md => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/guestbook/{guestbook.md => README.md} (100%) diff --git a/README.md b/README.md index 7ff2fc0194c2..45707ba0d0fb 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ If you are running both a remote kubernetes cluster and the local cluster, you c The folks at [CoreOS](http://coreos.com) have [instructions for running Kubernetes on CoreOS](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-1/) ## Where to go next? -[Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/guestbook.md) +[Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/README.md) [Example of dynamic updates](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/update-demo/README.md) diff --git a/examples/guestbook/guestbook.md b/examples/guestbook/README.md similarity index 100% rename from examples/guestbook/guestbook.md rename to examples/guestbook/README.md