From c5ef8aae9fc1d5175fae37966be677a1173b9331 Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Tue, 13 Aug 2019 05:06:21 -0400 Subject: [PATCH] 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. --- ee/ucp/kubernetes/cluster-ingress/ingress.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/ucp/kubernetes/cluster-ingress/ingress.md b/ee/ucp/kubernetes/cluster-ingress/ingress.md index 44c2012851..2e3c7ff623 100644 --- a/ee/ucp/kubernetes/cluster-ingress/ingress.md +++ b/ee/ucp/kubernetes/cluster-ingress/ingress.md @@ -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/) \ No newline at end of file +- [Deploy a Sample Application with Sticky Sessions](./sticky/)