Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 5b6e13f

Browse files
committed
Update client-python url
1 parent 6f02e73 commit 5b6e13f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Build Status](https://travis-ci.org/kubernetes-client/python-base.svg?branch=master)](https://travis-ci.org/kubernetes-client/python-base)
44

5-
This is the utility part of the [python client](https://github.com/kubernetes-incubator/client-python). It has been added to the main
5+
This is the utility part of the [python client](https://github.com/kubernetes-client/python). It has been added to the main
66
repo using git submodules. This structure allow other developers to create
77
their own kubernetes client and still use standard kubernetes python utilities.
88
For more information refer to [clients-library-structure](https://github.com/kubernetes-client/community/blob/master/design-docs/clients-library-structure.md).
99

1010
# Development
1111
Any changes to utilites in this repo should be send as a PR to this repo. After
1212
the PR is merged, developers should create another PR in the main repo to update
13-
the submodule. See [this document](https://github.com/kubernetes-incubator/client-python/blob/master/devel/submodules.md) for more guidelines.
13+
the submodule. See [this document](https://github.com/kubernetes-client/python/blob/master/devel/submodules.md) for more guidelines.

Diff for: run_tox.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ SCRIPT_ROOT=`pwd`
3434
popd > /dev/null
3535

3636
cd "${TMP_DIR}"
37-
git clone https://github.com/kubernetes-incubator/client-python.git
38-
cd client-python
37+
git clone https://github.com/kubernetes-client/python.git
38+
cd python
3939
git config user.email "[email protected]"
4040
git config user.name "kubenetes client"
4141
git rm -rf kubernetes/base

0 commit comments

Comments
 (0)