diff --git a/README.md b/README.md index bcd0302e..65a1a27a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ git clone https://github.com/ceph/teuthology/ cd teuthology && ./bootstrap python3 -m venv venv source ./venv/bin/activate -python3 -m pip install git+https://github.com/zmc/ceph-devstack.git +python3 -m pip install git+https://github.com/ceph/ceph-devstack.git ``` ## Configuration @@ -162,7 +162,7 @@ git clone https://github.com//ceph-devstack 3. Setup the remote repo as upstream (this will prevent creating additional branches) ```bash -git remote add upstream https://github.com/zmc/ceph-devstack +git remote add upstream https://github.com/ceph/ceph-devstack ``` 4. Create virtual env in the root directory of ceph-devstack & install python dependencies @@ -192,4 +192,4 @@ ceph-devstack -v start ```bash ceph-devstack wait teuthology podman logs -f teuthology -``` \ No newline at end of file +``` diff --git a/setup.cfg b/setup.cfg index 71dded2e..6bb0e936 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = ceph-devstack long_description = file: README.md long_description_content_type = text/x-markdown -url = https://github.com/zmc/ceph-devstack +url = https://github.com/ceph/ceph-devstack author = Zack Cerza license = MIT license_file = LICENSE