Skip to content

Commit 8a99192

Browse files
authored
Merge pull request #8225 from mahdibouaziz/update_sig-cli_contributingdoc
Update sig-cli CONTRIBUTING.md file
2 parents c671f5e + 34fc37d commit 8a99192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sig-cli/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ work.
8080
- This is hard. Sorry. We want to make this easier.
8181
- Familiarize yourself with the code:
8282
- [kubernetes/cmd/kubectl] is the entry point
83-
- [kubernetes/pkg/kubectl] is the implementation
83+
- [kubernetes/staging/src/k8s.io/kubectl/pkg] is the implementation
8484
- Look at how some of the other commands are implemented
8585
- [Codebase Tour]
8686
- Try adding a new command to do something simple:
@@ -412,7 +412,7 @@ See the sig-cli [community page] for points of contact and meeting times:
412412
[issue]: https://github.com/kubernetes/kubectl/projects/3
413413
[kubectl docs]: https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/
414414
[kubernetes/cmd/kubectl]: https://git.k8s.io/kubernetes/cmd/kubectl
415-
[kubernetes/pkg/kubectl]: https://git.k8s.io/kubernetes/pkg/kubectl
415+
[kubernetes/staging/src/k8s.io/kubectl/pkg]: https://git.k8s.io/kubernetes/staging/src/k8s.io/kubectl/pkg
416416
[Codebase Tour]: https://youtu.be/eZeCFRh2uGg?t=538
417417
[leads]: /sig-cli/README.md#leadership
418418
[management overview]: https://kubernetes.io/docs/concepts/tools/kubectl/object-management-overview

0 commit comments

Comments
 (0)