diff options
| author | grodrigues3 <grodrigues3@users.noreply.github.com> | 2017-03-29 14:22:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 14:22:43 -0700 |
| commit | bc06b7e3d4daa059c9087b02a0834d36dabfc4da (patch) | |
| tree | 9b9aef30f3ae458dd1983b7d66454ab6287946eb | |
| parent | c0c96ea0586112ee75018fd686dabef8275c5239 (diff) | |
| parent | 758dc546e161fee438941631487cc80a1b66ca8c (diff) | |
Merge pull request #485 from yu-song/fix_link
Fix the link of /pkg/kubectl/cmd/logs.go
| -rw-r--r-- | contributors/devel/kubectl-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/kubectl-conventions.md b/contributors/devel/kubectl-conventions.md index 1f3c4004..90551947 100644 --- a/contributors/devel/kubectl-conventions.md +++ b/contributors/devel/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](../../pkg/kubectl/cmd/logs.go) is implemented. +have a look at how [kubectl logs](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/logs.go) is implemented. ## Generators |
