From b398a2c0524ab31b1fd568091435b5ba89b19e65 Mon Sep 17 00:00:00 2001 From: Andrew Poydence Date: Sun, 3 Nov 2019 12:28:24 -0700 Subject: [PATCH] Update cluster.py with fixed link --- examples/v2/gke/python/cluster.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/v2/gke/python/cluster.py b/examples/v2/gke/python/cluster.py index 98da96569..3f642b1d2 100644 --- a/examples/v2/gke/python/cluster.py +++ b/examples/v2/gke/python/cluster.py @@ -66,8 +66,7 @@ def GenerateConfig(context): }, # According to kubernetes spec, the path parameter 'name' # should be the value inside the metadata field - # https://github.com/kubernetes/community/blob/master - # /contributors/devel/api-conventions.md + # https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md # This mapping specifies that 'inputMappings': [{ 'fieldName': 'name',