From ce158b7739e3fad094a24adc11028ab58d82b2c1 Mon Sep 17 00:00:00 2001 From: Zichang Lin Date: Fri, 18 Sep 2015 14:57:44 +0800 Subject: [PATCH] Fix document link --- examples/simple-nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-nginx.md b/examples/simple-nginx.md index 6ba1952b971..270df236fdb 100644 --- a/examples/simple-nginx.md +++ b/examples/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