summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Kalfayan <jonkalfayan@gmail.com>2018-10-26 19:36:55 -0700
committerJon Kalfayan <jonkalfayan@gmail.com>2018-10-26 19:36:55 -0700
commit662bca80a8836b28afe7135de38e00d14cd93ff1 (patch)
treeea2bc3dc85e223c9ed0facdcd0a110cc312c5df3
parent4602f470052c0ab6b020c51e94ef6ef0f3e92833 (diff)
use correct link for feature-gates docs
-rw-r--r--keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md b/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md
index 8966b818..325100fd 100644
--- a/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md
+++ b/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md
@@ -160,7 +160,7 @@ With the `Sysctl` feature enabled, both sysctl fields in `Pod` and `PodSecurityP
and the whitelist of unsafed sysctls are acknowledged.
If disabled, the fields and the whitelist are just ignored.
-[1] https://kubernetes.io/docs/reference/feature-gates/
+[1] https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
## Proposal