diff options
| author | Steve Winslow <swinslow@gmail.com> | 2019-04-09 15:40:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 15:40:31 -0400 |
| commit | 3edd86c1e10ecf179e07f9420b4ec28ba8f943d8 (patch) | |
| tree | 01b37eb79feb789f3c8e2affb81ad342f935a829 | |
| parent | c383ee21baab864e82ac01f3571735e850745d11 (diff) | |
Switch URLs to shortened links
Per comments in review, switching to use shortened URLs to
comply with style guidelines.
Signed-off-by: Steve Winslow <swinslow@gmail.com>
| -rw-r--r-- | github-management/kubernetes-repositories.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/github-management/kubernetes-repositories.md b/github-management/kubernetes-repositories.md index 87240c7a..bc3e7acd 100644 --- a/github-management/kubernetes-repositories.md +++ b/github-management/kubernetes-repositories.md @@ -98,7 +98,7 @@ the developers who could not be reached [@caniszczyk](https://github.com/caniszczyk) for review of third party deps * Boilerplate text across all files should attribute copyright as follows: `"Copyright <Project Authors>"` if no CLA was in place prior to donation - * Additions of [the standard Kubernetes header](https://github.com/kubernetes/kubernetes/blob/master/hack/boilerplate/boilerplate.go.txt) + * Additions of [the standard Kubernetes header](https://git.k8s.io/kubernetes/hack/boilerplate/boilerplate.go.txt) to code created by the contributors can occur post-transfer, but should ideally occur shortly thereafter. @@ -233,7 +233,7 @@ No. All contributors retain ownership of their copyrights in the code they donat Instead, they are granting a license to the project (that's the 'L' in 'CLA'). For consistency and efficiency in complying with notice requirements, code that is -donated to a Kubernetes repo should use [the standard header](https://github.com/kubernetes/kubernetes/blob/master/hack/boilerplate/boilerplate.go.txt) +donated to a Kubernetes repo should use [the standard header](https://git.k8s.io/kubernetes/hack/boilerplate/boilerplate.go.txt) referencing "The Kubernetes Authors". That doesn't mean you are transferring your copyright. Instead, it's a general reference to the fact that the copyrights remain owned by the authors of Kubernetes. |
