summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralgerwang <wang.weijie@99cloud.net>2015-08-19 12:18:24 +0800
committeralgerwang <wang.weijie@99cloud.net>2015-08-19 18:31:49 +0800
commit83d4cea57f145053906dab28205c9d01213d348d (patch)
tree2b357618f1b0cdb9a7cab3945f1eeb112314e8ff
parent1d8e3ec97f0e590352a03c69d1f884cfc37650c7 (diff)
downloadpython-designateclient-83d4cea57f145053906dab28205c9d01213d348d.tar.gz
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
-rw-r--r--doc/source/contributing.rst2
-rw-r--r--doc/source/installation.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst
index ac7ada1..578e8a1 100644
--- a/doc/source/contributing.rst
+++ b/doc/source/contributing.rst
@@ -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
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index 3c97d08..2f6b7c7 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -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