diff options
| author | derekwaynecarr <decarr@redhat.com> | 2015-08-04 10:46:51 -0400 |
|---|---|---|
| committer | derekwaynecarr <decarr@redhat.com> | 2015-08-05 10:26:52 -0400 |
| commit | 3c23de245b41ab8b3d027af5ca9a4e7cf83fc4d3 (patch) | |
| tree | eef6958a500815038a86dc3d8cc522df6067c83c | |
| parent | b15dad5066d0fb1bd39b514230bfc8b2328ea72c (diff) | |
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 --> |
