fix dead links in connect-applications-service.md (#9052)

This commit is contained in:
Daniel Qian 2018-06-17 01:05:31 +08:00 committed by k8s-ci-robot
parent 2d473129b2
commit 4b073bb5f0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ You should now be able to curl the nginx Service on `<CLUSTER-IP>:<PORT>` from a
## Accessing the Service
Kubernetes supports 2 primary modes of finding a Service - environment variables and DNS. The former works out of the box while the latter requires the [kube-dns cluster addon](http://releases.k8s.io/{{< param "githubbranch" >}}/cluster/addons/dns/README.md).
Kubernetes supports 2 primary modes of finding a Service - environment variables and DNS. The former works out of the box while the latter requires the [kube-dns cluster addon](http://releases.k8s.io/{{< param "githubbranch" >}}/cluster/addons/dns/kube-dns/README.md).
### Environment Variables