diff options
| author | Jay Beale <jay.beale@gmail.com> | 2020-09-03 22:19:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 22:19:40 -0700 |
| commit | f436d6e0ab5f90000703af4adc64e1f3d0803b22 (patch) | |
| tree | 101f2b7db0e47e12fc679c4e8f58c0d39fb94b89 | |
| parent | eaac6a1fe01a205d38af9a673d3d57be9357803e (diff) | |
Fixing broken link for KEP (#5084)
* Fixing broken link for KEP
The KEP link was broken - it led to a 404 Not Found on GitHub. I'm proposing to replace it with the KEP template link taken from the kubernetes/enhancements/ document found at https://github.com/kubernetes/enhancements/tree/master/keps. The new link is https://github.com/kubernetes/enhancements/tree/master/keps/NNNN-kep-template/README.md.
* Replace github.com/kubernetes/ with git.k8s.io/
Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
| -rw-r--r-- | committee-steering/governance/sig-governance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/committee-steering/governance/sig-governance.md b/committee-steering/governance/sig-governance.md index 196959fd..95eaff36 100644 --- a/committee-steering/governance/sig-governance.md +++ b/committee-steering/governance/sig-governance.md @@ -226,7 +226,7 @@ Issues impacting multiple subprojects in the SIG should be resolved by either: [forums provided]: /communication/README.md [lazy-consensus]: http://en.osswiki.info/concepts/lazy_consensus [super-majority]: https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote -[KEP]: https://git.k8s.io/enhancements/keps/YYYYMMDD-kep-template.md +[KEP]: https://git.k8s.io/enhancements/keps/NNNN-kep-template/README.md [sigs.yaml]: https://github.com/kubernetes/community/blob/master/sigs.yaml [OWNERS]: contributors/devel/owners.md [SIG Charter process]: https://git.k8s.io/community/committee-steering/governance/README.md |
