Merge pull request #485 from yu-song/fix_link

Fix the link of /pkg/kubectl/cmd/logs.go
This commit is contained in:
grodrigues3 2017-03-29 14:22:43 -07:00 committed by GitHub
commit bc06b7e3d4
1 changed files with 1 additions and 1 deletions

View File

@ -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