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