Fix link to docker-app.yaml and ingress-simple.yaml (#9246)

* Fix link to docker-app.yaml

The link to `demo-app.yaml` was to the HTML formatted page; changed to raw format.

* Fix ingress-simple.yaml link

The link to `ingress-simple.yaml` is also broken in the same way.
This commit is contained in:
Matt Bentley 2019-08-13 05:06:21 -04:00 committed by Olly P
parent 1328ae728b
commit c5ef8aae9f
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ An example Kubernetes manifest file container all 3 deployments can be found [he
2) Download the sample Kubernetes manifest file
```
$ wget https://github.com/docker/docker.github.io/tree/master/ee/ucp/kubernetes/cluster-ingress/yaml/demo-app.yaml
$ wget https://raw.githubusercontent.com/docker/docker.github.io/master/ee/ucp/kubernetes/cluster-ingress/yaml/demo-app.yaml
```
3) Deploy the sample Kubernetes manifest file
@ -105,7 +105,7 @@ For the sample application, an example manifest file with all 3 objects defined
2) Download the sample Kubernetes manifest file
```
$ wget https://github.com/docker/docker.github.io/tree/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-simple.yaml
$ wget https://raw.githubusercontent.com/docker/docker.github.io/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-simple.yaml
```
3) Deploy the sample Kubernetes manifest file
@ -165,4 +165,4 @@ requests are sent to the other versions.
## Where to go next
- [Deploy a Sample Application with a Canary release](./canary/)
- [Deploy a Sample Application with Sticky Sessions](./sticky/)
- [Deploy a Sample Application with Sticky Sessions](./sticky/)