From 166580894e763389d266b3cd5620d73579622878 Mon Sep 17 00:00:00 2001 From: Monis Khan Date: Fri, 23 Sep 2022 16:13:22 -0400 Subject: [PATCH] Use https links for k8s KEPs, issues, PRs, etc Signed-off-by: Monis Khan Kubernetes-commit: b738be9b46a899571303c8c887e32bf4d5b71a0a --- tools/reference/ref.go | 2 +- tools/remotecommand/v1.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/reference/ref.go b/tools/reference/ref.go index 442a991c..5d4ec374 100644 --- a/tools/reference/ref.go +++ b/tools/reference/ref.go @@ -34,7 +34,7 @@ var ( // GetReference returns an ObjectReference which refers to the given // object, or an error if the object doesn't follow the conventions // that would allow this. -// TODO: should take a meta.Interface see http://issue.k8s.io/7127 +// TODO: should take a meta.Interface see https://issue.k8s.io/7127 func GetReference(scheme *runtime.Scheme, obj runtime.Object) (*v1.ObjectReference, error) { if obj == nil { return nil, ErrNilObject diff --git a/tools/remotecommand/v1.go b/tools/remotecommand/v1.go index 53509c30..efa9a6c9 100644 --- a/tools/remotecommand/v1.go +++ b/tools/remotecommand/v1.go @@ -28,8 +28,8 @@ import ( // streamProtocolV1 implements the first version of the streaming exec & attach // protocol. This version has some bugs, such as not being able to detect when -// non-interactive stdin data has ended. See http://issues.k8s.io/13394 and -// http://issues.k8s.io/13395 for more details. +// non-interactive stdin data has ended. See https://issues.k8s.io/13394 and +// https://issues.k8s.io/13395 for more details. type streamProtocolV1 struct { StreamOptions