From 91861ae3f570be2865ae9a3e9519be604c95a992 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Sun, 6 Mar 2016 02:15:54 -0800 Subject: [PATCH] Update index.md --- docs/admin/namespaces/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/namespaces/index.md b/docs/admin/namespaces/index.md index 61382948ec..e5ef97e148 100644 --- a/docs/admin/namespaces/index.md +++ b/docs/admin/namespaces/index.md @@ -51,7 +51,7 @@ Let's create two new namespaces to hold our work. Use the file [`namespace-dev.json`](/docs/admin/namespacesnamespace-dev.json) which describes a development namespace: -{% include code.html language="json" file="namespace-dev.json" ghlink="https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/admin/namespaces/namespace-dev.json" %} +{% include code.html language="json" file="namespace-dev.json" ghlink="/docs/admin/namespaces/namespace-dev.json" %} Create the development namespace using kubectl. @@ -231,4 +231,4 @@ cattle-zz7ea 1/1 Running 0 12s At this point, it should be clear that the resources users create in one namespace are hidden from the other namespace. As the policy support in Kubernetes evolves, we will extend this scenario to show how you can provide different -authorization rules for each namespace. \ No newline at end of file +authorization rules for each namespace.