diff --git a/examples/kubernetes-namespaces/README.md b/examples/kubernetes-namespaces/README.md index 6557b18905c1b..aebfb1a5635ba 100644 --- a/examples/kubernetes-namespaces/README.md +++ b/examples/kubernetes-namespaces/README.md @@ -4,7 +4,7 @@ Kubernetes Namespaces help different projects, teams, or customers to share a Ku It does this by providing the following: -1. A scope for [Names](identifiers.md). +1. A scope for [Names](../../docs/identifiers.md). 2. A mechanism to attach authorization and policy to a subsection of the cluster. Use of multiple namespaces is optional.