From fb6681a9addcea43a35ed90414721be5dd55d6b4 Mon Sep 17 00:00:00 2001 From: CuiHaozhi Date: Sat, 10 Feb 2018 12:45:22 +0800 Subject: [PATCH] fix invalid links for golang.sh Signed-off-by: CuiHaozhi --- contributors/design-proposals/multi-platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/multi-platform.md b/contributors/design-proposals/multi-platform.md index aa447c2f8..279d14cdb 100644 --- a/contributors/design-proposals/multi-platform.md +++ b/contributors/design-proposals/multi-platform.md @@ -175,7 +175,7 @@ If someone tries to add a dependency that doesn't satisfy these requirements; th ### kubectl should be released for all platforms that are relevant -kubectl is released for more platforms than the proposed server platforms, if you want to check out an up-to-date list of them, [see here](../../hack/lib/golang.sh). +kubectl is released for more platforms than the proposed server platforms, if you want to check out an up-to-date list of them, [see here](https://git.k8s.io/kubernetes/hack/lib/golang.sh). kubectl is trivial to cross-compile, so if there's interest in adding a new platform for it, it may be as easy as appending the platform to the list linked above.