diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-09 22:15:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-09 22:15:54 -0800 |
| commit | 36602d727348149e5cc3873f2bef0d582ad80ce4 (patch) | |
| tree | 5ff15cd26580f7dea868bb183c58c4cd54c412b4 | |
| parent | f20a6cba962b374f36e6c2c2288589191fc41922 (diff) | |
| parent | fb6681a9addcea43a35ed90414721be5dd55d6b4 (diff) | |
Merge pull request #1780 from sak0/dev
fix invalid links for golang.sh
| -rw-r--r-- | contributors/design-proposals/multi-platform.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/multi-platform.md b/contributors/design-proposals/multi-platform.md index aa447c2f..279d14cd 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. |
