fix deadlink

This commit is contained in:
Stewart-YU
2018-01-12 14:52:38 +08:00
committed by stewart-yu
parent c95d001f56
commit 3cf17a923d
3 changed files with 3 additions and 3 deletions
@@ -63,7 +63,7 @@ Create the development namespace using kubectl.
$ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/namespace-dev.json
```
Save the following contents into file [`namespace-prod.json`](/docs/admin/namespaces/namespace-prod.json) which describes a production namespace:
Save the following contents into file [`namespace-prod.json`](/docs/tasks/administer-cluster/namespace-prod.json) which describes a production namespace:
{% include code.html language="json" file="namespace-prod.json" ghlink="/docs/tasks/administer-cluster/namespace-prod.json" %}