From 10a724530dd004ac1299539aecdfa3b42ffe4234 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Wed, 5 Jun 2019 20:55:34 +0530 Subject: Fix wrong link to pkg/kubectl/cmd/logs/logs.go --- contributors/devel/sig-cli/kubectl-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3