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