From 12c1d660a354c096f36e9d14ddfbba0f76b7bd46 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Wed, 11 Jun 2014 17:10:10 -0700 Subject: [PATCH] Fix link --- 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 9689bd3396a..38179c4c7ec 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -19,7 +19,7 @@ limitations under the License. package api // ContainerManifest corresponds to the Container Manifest format, documented at: -// https://developers.google.com/compute/docs/containers#container_manifest +// https://developers.google.com/compute/docs/containers/container_vms#container_manifest // This is used as the representation of Kubernete's workloads. type ContainerManifest struct { Version string `yaml:"version" json:"version"`