summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-06-05 08:33:58 -0700
committerGitHub <noreply@github.com>2019-06-05 08:33:58 -0700
commitd70428b8530899b7eafa10ed6f63d4177ffd29b4 (patch)
treea507ba5914c6decfff87d63d66e376c2e21cf766
parent696e6a2c3784d216e623edd3ae69fd0d8ef868ff (diff)
parent10a724530dd004ac1299539aecdfa3b42ffe4234 (diff)
Merge pull request #3775 from palnabarun/patch-1
Fix wrong link to pkg/kubectl/cmd/logs/logs.go
-rw-r--r--contributors/devel/sig-cli/kubectl-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-cli/kubectl-conventions.md b/contributors/devel/sig-cli/kubectl-conventions.md
index 5b009657..e1bb2e47 100644
--- a/contributors/devel/sig-cli/kubectl-conventions.md
+++ b/contributors/devel/sig-cli/kubectl-conventions.md
@@ -372,7 +372,7 @@ and as noted in [command conventions](#command-conventions), ideally that logic
should exist server-side so any client could take advantage of it. Notice that
this is not a mandatory structure and not every command is implemented this way,
but this is a nice convention so try to be compliant with it. As an example,
-have a look at how [kubectl logs](https://git.k8s.io/kubernetes/pkg/kubectl/cmd/logs.go) is implemented.
+have a look at how [kubectl logs](https://git.k8s.io/kubernetes/pkg/kubectl/cmd/logs/logs.go) is implemented.
## Exit code conventions