From f28012a7e7dec054de6b6ef3ad20d6bb45b5ad86 Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Tue, 8 May 2018 21:52:37 -0400 Subject: [PATCH] Fix broken URL to nginx-app.yaml (#260) --- dockerfiles/k8s/motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/k8s/motd b/dockerfiles/k8s/motd index c6e3423..b9b0f4c 100644 --- a/dockerfiles/k8s/motd +++ b/dockerfiles/k8s/motd @@ -20,7 +20,7 @@ 3. (Optional) Create an nginx deployment: - kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/cn/docs/user-guide/nginx-app.yaml + kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/content/cn/docs/user-guide/nginx-app.yaml The PWK team.