summaryrefslogtreecommitdiff
path: root/contributors/guide/pull-requests.md
diff options
context:
space:
mode:
authoreduartua <eduartua@gmail.com>2019-01-28 12:01:55 -0600
committereduartua <eduartua@gmail.com>2019-02-06 16:22:26 -0600
commit4644fb47e75d59b1246f013d7f9c273abbf3cac3 (patch)
tree294dadde09bcb366941cbbb693f2bdef7aa99aef /contributors/guide/pull-requests.md
parent37052c849095856e1fc2a793c3256e05a0f4267b (diff)
all URL pointing to kubectl-conventions.md have been fixed
Diffstat (limited to 'contributors/guide/pull-requests.md')
-rw-r--r--contributors/guide/pull-requests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md
index a9c26086..cdab6ce4 100644
--- a/contributors/guide/pull-requests.md
+++ b/contributors/guide/pull-requests.md
@@ -182,7 +182,7 @@ Let's talk about best practices so your pull request gets reviewed quickly.
* [Development guide](/contributors/devel/development.md)
* [Coding conventions](../guide/coding-conventions.md)
* [API conventions](/contributors/devel/api-conventions.md)
-* [Kubectl conventions](/contributors/devel/kubectl-conventions.md)
+* [Kubectl conventions](/contributors/devel/sig-cli/kubectl-conventions.md)
## 1. Is the feature wanted? File a Kubernetes Enhancement Proposal
Are you sure Feature-X is something the Kubernetes team wants or will accept? Is it implemented to fit with other changes in flight? Are you willing to bet a few days or weeks of work on it?