From fda0568b2564fbb765f4033b290f2478101be76d Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Tue, 26 Sep 2017 00:19:06 +0530 Subject: [PATCH] Fix link after design proposals move --- examples/daemonset/haproxy/README.md | 2 +- examples/daemonset/nginx/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/daemonset/haproxy/README.md b/examples/daemonset/haproxy/README.md index 31390913e0..c2497c750f 100644 --- a/examples/daemonset/haproxy/README.md +++ b/examples/daemonset/haproxy/README.md @@ -1,6 +1,6 @@ # Haproxy Ingress DaemonSet -In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/daemon.md) can achieve this requirement. +In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/apps/daemon.md) can achieve this requirement. ## Prerequisites diff --git a/examples/daemonset/nginx/README.md b/examples/daemonset/nginx/README.md index 04ee2a443e..b1f944d800 100644 --- a/examples/daemonset/nginx/README.md +++ b/examples/daemonset/nginx/README.md @@ -1,6 +1,6 @@ # Nginx Ingress DaemonSet -In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/daemon.md) can achieve this requirement. +In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/apps/daemon.md) can achieve this requirement. ## Default Backend