From 25433a40651e5cb6f614c088eb353ef3e3704d91 Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Thu, 6 May 2021 15:19:57 -0400 Subject: [PATCH] Fix autopause issue link --- pkg/addons/addons_autopause.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/addons/addons_autopause.go b/pkg/addons/addons_autopause.go index 054ad00a58d5..7891d46f1f3f 100644 --- a/pkg/addons/addons_autopause.go +++ b/pkg/addons/addons_autopause.go @@ -41,7 +41,7 @@ func enableOrDisableAutoPause(cc *config.ClusterConfig, name string, val string) return errors.Wrapf(err, "parsing bool: %s", name) } out.Infof("auto-pause addon is an alpha feature and still in early development. Please file issues to help us make it better.") - out.Infof("https://github.com/kubernetes/minikube/labels/co%2Fauto-pause") + out.Infof("https://github.com/kubernetes/minikube/labels/co/auto-pause") if cc.KubernetesConfig.ContainerRuntime != "docker" || runtime.GOARCH != "amd64" { exit.Message(reason.Usage, `auto-pause currently is only supported on docker runtime and amd64. Track progress of others here: https://github.com/kubernetes/minikube/issues/10601`)