mirror of https://github.com/docker/docs.git
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:
parent
1328ae728b
commit
c5ef8aae9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue