Fix document link

This commit is contained in:
Zichang Lin 2015-09-18 14:57:44 +08:00
parent a196c4609b
commit 3a08e77873
1 changed files with 1 additions and 1 deletions

View File

@ -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