From af06352106aa99341e3e7dbc5ace3723e09c0d05 Mon Sep 17 00:00:00 2001 From: brendandburns Date: Sun, 8 Jun 2014 23:19:33 -0700 Subject: [PATCH] Added link to the guestbook example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f8f1cb7640b..1c14cb4ded9 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,11 @@ cd kubernetes cluster/kube-down.sh ``` +## Where to go next? +[Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/guestbook.md) + +Or fork and start hacking! + ## Development ### Hooks