From a245aa59e67ec9670a757bbe58ac733e8d2a30a1 Mon Sep 17 00:00:00 2001 From: eulerzgy Date: Sat, 12 Sep 2015 22:48:33 +0800 Subject: [PATCH] fix document --- examples/guestbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index c4df7774807..9554e023aba 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -46,7 +46,7 @@ This example shows how to build a simple, multi-tier web application using Kuber - [Step Three: Fire up the replicated slave pods](#step-three-fire-up-the-replicated-slave-pods) - [Step Four: Create the redis slave service](#step-four-create-the-redis-slave-service) - [Step Five: Create the frontend replicated pods](#step-five-create-the-frontend-replicated-pods) - - [Step Six: Set up the guestbook frontend service.](#step-six-set-up-the-guestbook-frontend-service) + - [Step Six: Set up the guestbook frontend service](#step-six-set-up-the-guestbook-frontend-service) - [Using 'type: LoadBalancer' for the frontend service (cloud-provider-specific)](#using-type-loadbalancer-for-the-frontend-service-cloud-provider-specific) - [Create the Frontend Service](#create-the-frontend-service) - [Accessing the guestbook site externally](#accessing-the-guestbook-site-externally)