From 528ca409a8f32abee9bcf99ae400421cf0211989 Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Wed, 4 Mar 2015 12:33:16 -0800 Subject: [PATCH] Fix doc --- examples/kubernetes-namespaces/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.