From aa758e64f70ba69c819e76002bbcf0eb79c314e7 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 22 Jul 2015 17:09:51 -0700 Subject: [PATCH] update the links in pkg/api/types.go --- pkg/api/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/types.go b/pkg/api/types.go index 004efe10499..744b2100c17 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -1375,7 +1375,7 @@ type NodeAddress struct { } // NodeResources is an object for conveying resource information about a node. -// see http://docs.k8s.io/resources.md for more details. +// see http://docs.k8s.io/design/resources.md for more details. type NodeResources struct { // Capacity represents the available resources of a node Capacity ResourceList `json:"capacity,omitempty"`