diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-03-11 02:17:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-11 02:17:36 -0700 |
| commit | 3c277cd3b73152e68f880309e42e37a511fbeb97 (patch) | |
| tree | f8573ea6324a8b7abb9adde52acfcfbb7b4b6416 | |
| parent | 9af77e6939aa734772cda60306eccfb804b6a93a (diff) | |
| parent | 92017738fe96e9314087ae9bbdf6f1b87e74a126 (diff) | |
Merge pull request #4594 from palnabarun/patch-2
Fix python client repository link in community/sigs.yaml
| -rw-r--r-- | sig-api-machinery/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index 8f86d7d8..f01b6d50 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -80,8 +80,8 @@ The following [subprojects][subproject-definition] are owned by sig-api-machiner - https://raw.githubusercontent.com/kubernetes-client/javascript/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/perl/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/python-base/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-client/python/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/ruby/master/OWNERS - - https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS - https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS ### server-api-aggregation @@ -88,8 +88,8 @@ sigs: - https://raw.githubusercontent.com/kubernetes-client/javascript/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/perl/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/python-base/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-client/python/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/ruby/master/OWNERS - - https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS - https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS - name: server-api-aggregation |
