From 0e0440367cb01e16ec70e1d79bba18199fc5a4d0 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Wed, 8 Mar 2017 05:49:37 +0800 Subject: [PATCH] update garbage-collection.md change the url to relative path. --- docs/admin/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/garbage-collection.md b/docs/admin/garbage-collection.md index 3124de50b8..ad7eabad9d 100644 --- a/docs/admin/garbage-collection.md +++ b/docs/admin/garbage-collection.md @@ -72,4 +72,4 @@ Including: | `--low-diskspace-threshold-mb` | `--eviction-hard` or `eviction-soft` | eviction generalizes disk thresholds to other resources | | `--outofdisk-transition-frequency` | `--eviction-pressure-transition-period` | eviction generalizes disk pressure transition to other resources | -See [Configuring Out Of Resource Handling](https://kubernetes.io/docs/admin/out-of-resource/) for more details. +See [Configuring Out Of Resource Handling](/docs/admin/out-of-resource/) for more details.