From 8cbd38c424eb62be8b29e261bebd5ba01c9d670c Mon Sep 17 00:00:00 2001 From: Daniel Lipovetsky Date: Fri, 2 Aug 2019 15:19:00 -0700 Subject: Fix broken link from PR guide to KEP process guide Signed-Off-By: Daniel Lipovestky Co-Authored-By: Christoph Blecker --- contributors/guide/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md index 9f173859..d2e252c8 100644 --- a/contributors/guide/pull-requests.md +++ b/contributors/guide/pull-requests.md @@ -193,7 +193,7 @@ Are you sure Feature-X is something the Kubernetes team wants or will accept? Is It's better to get confirmation beforehand. -When you want to make a large or otherwise significant change, you should follow the [Kubernetes Enhancement Proposal process](/keps/0001-kubernetes-enhancement-proposal-process.md). +When you want to make a large or otherwise significant change, you should follow the [Kubernetes Enhancement Proposal process](https://git.k8s.io/enhancements/keps/0001-kubernetes-enhancement-proposal-process.md). Even for small changes, it is often a good idea to gather feedback on an issue you filed, or even simply ask in the appropriate SIG's Slack channel to invite discussion and feedback from code owners. Here's a [list of SIGs](/sig-list.md). -- cgit v1.2.3