diff options
| author | Daniel Smith <dbsmith@google.com> | 2015-07-10 12:39:25 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2015-07-13 18:32:00 -0700 |
| commit | 8e5a970d432f598962d97ecd9d6ce4b07d8f79bc (patch) | |
| tree | a1bafbbb8f9b136b5ec7589b065d6dfab3387eda | |
| parent | 9b2fc6d4e38015acae5713a75e7e9e0ea07bb549 (diff) | |
standardize on - instead of _ in file names
| -rw-r--r-- | resources.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources.md b/resources.md index 229e9b76..437aac09 100644 --- a/resources.md +++ b/resources.md @@ -13,7 +13,7 @@ certainly want the docs that go with that version.</h1> <!-- END MUNGE: UNVERSIONED_WARNING --> **Note: this is a design doc, which describes features that have not been completely implemented. -User documentation of the current state is [here](../compute_resources.md). The tracking issue for +User documentation of the current state is [here](../compute-resources.md). The tracking issue for implementation of this model is [#168](https://github.com/GoogleCloudPlatform/kubernetes/issues/168). Currently, only memory and cpu limits on containers (not pods) are supported. "memory" is in bytes and "cpu" is in |
