Update github's URL

Old URL is https://github.com/stackforge/python-designateclient
    or git@github.com:stackforge/python-designateclient.git.

But now is https://github.com/openstack/python-designateclient
    or git@github.com:openstack/python-designateclient.git
Closes-Bug: #1486337

Change-Id: I1f3d0b90b22295ad9cce9c2f05d9993935d07f70
This commit is contained in:
algerwang 2015-08-19 12:18:24 +08:00
parent 1d8e3ec97f
commit 83d4cea57f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Code is hosted `on GitHub`_. Submit bugs to the Designate Client project on
`Launchpad`_. Submit code to the openstack/python-designateclient project using
`Gerrit`_.
.. _on GitHub: https://github.com/stackforge/python-designateclient
.. _on GitHub: https://github.com/openstack/python-designateclient
.. _Launchpad: https://launchpad.net/python-designateclient
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -34,7 +34,7 @@ step. You can find out more about `Development Mode`_
.. code-block:: shell-session
git clone git@github.com:stackforge/python-designateclient.git
git clone git@github.com:openstack/python-designateclient.git
cd python-designateclient
virtualenv .venv
. .venv/bin/activate