From 3a08e77873539f99ce1ea884eda6750db8554196 Mon Sep 17 00:00:00 2001 From: Zichang Lin Date: Fri, 18 Sep 2015 14:57:44 +0800 Subject: [PATCH] Fix document link --- simple-nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-nginx.md b/simple-nginx.md index 6ba1952b..270df236 100644 --- a/simple-nginx.md +++ b/simple-nginx.md @@ -67,7 +67,7 @@ kubectl stop rc my-nginx ### Exposing your pods to the internet. -On some platforms (for example Google Compute Engine) the kubectl command can integrate with your cloud provider to add a [public IP address](../docs/user-guide/services.md#external-services) for the pods, +On some platforms (for example Google Compute Engine) the kubectl command can integrate with your cloud provider to add a [public IP address](../docs/user-guide/services.md#publishing-services---service-types) for the pods, to do this run: ```bash