diff --git a/version/version.go b/version/version.go index 867bb07adb..d452393834 100644 --- a/version/version.go +++ b/version/version.go @@ -32,7 +32,7 @@ const ( // NOTE: If you are changing this line, please also update the minimum kubernetes // version listed here: - // https://github.com/knative/docs/blob/main/docs/install/any-kubernetes-cluster.md#before-you-begin + // https://github.com/knative/docs/blob/main/docs/install/prerequisites.md#prerequisites // https://github.com/knative/docs/blob/main/docs/install/knative-with-operators.md#prerequisites defaultMinimumVersion = "v1.19.0" )