From 34fc37dab2322967a3c5d989c55c45d239c4de73 Mon Sep 17 00:00:00 2001 From: Mahdi Bouaziz Date: Thu, 26 Dec 2024 19:54:03 +0100 Subject: [PATCH] Update sig-cli CONTRIBUTING.md file Update the path to the implementation of kubectl --- sig-cli/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sig-cli/CONTRIBUTING.md b/sig-cli/CONTRIBUTING.md index d91c5350b38..960e2a3a392 100644 --- a/sig-cli/CONTRIBUTING.md +++ b/sig-cli/CONTRIBUTING.md @@ -80,7 +80,7 @@ work. - This is hard. Sorry. We want to make this easier. - Familiarize yourself with the code: - [kubernetes/cmd/kubectl] is the entry point - - [kubernetes/pkg/kubectl] is the implementation + - [kubernetes/staging/src/k8s.io/kubectl/pkg] is the implementation - Look at how some of the other commands are implemented - [Codebase Tour] - 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: [issue]: https://github.com/kubernetes/kubectl/projects/3 [kubectl docs]: https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/ [kubernetes/cmd/kubectl]: https://git.k8s.io/kubernetes/cmd/kubectl -[kubernetes/pkg/kubectl]: https://git.k8s.io/kubernetes/pkg/kubectl +[kubernetes/staging/src/k8s.io/kubectl/pkg]: https://git.k8s.io/kubernetes/staging/src/k8s.io/kubectl/pkg [Codebase Tour]: https://youtu.be/eZeCFRh2uGg?t=538 [leads]: /sig-cli/README.md#leadership [management overview]: https://kubernetes.io/docs/concepts/tools/kubectl/object-management-overview