diff options
| author | Wojciech Tyczynski <wojtekt@google.com> | 2015-08-06 13:43:58 +0200 |
|---|---|---|
| committer | Wojciech Tyczynski <wojtekt@google.com> | 2015-08-06 13:43:58 +0200 |
| commit | 83acc330d485f20a0cbb1fd40c0c513d870e63da (patch) | |
| tree | 47a1e3ce29d419c01a281f95cbdeb87d12fad36a | |
| parent | 09d971bc58179999aea2545bd2b922a6f170a3ef (diff) | |
| parent | 3c23de245b41ab8b3d027af5ca9a4e7cf83fc4d3 (diff) | |
Merge pull request #12206 from derekwaynecarr/move_doc
LimitRange documentation should be under admin
| -rw-r--r-- | admission_control_limit_range.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admission_control_limit_range.md b/admission_control_limit_range.md index b1baf1f0..595d72e9 100644 --- a/admission_control_limit_range.md +++ b/admission_control_limit_range.md @@ -142,7 +142,7 @@ For example, ```console $ kubectl namespace myspace -$ kubectl create -f docs/user-guide/limitrange/limits.yaml +$ kubectl create -f docs/admin/limitrange/limits.yaml $ kubectl get limits NAME limits @@ -166,7 +166,7 @@ To make a **LimitRangeItem** more restrictive, we will intend to add these addit ## Example -See the [example of Limit Range](../user-guide/limitrange/) for more information. +See the [example of Limit Range](../admin/limitrange/) for more information. <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> |
