From 83d4cea57f145053906dab28205c9d01213d348d Mon Sep 17 00:00:00 2001 From: algerwang Date: Wed, 19 Aug 2015 12:18:24 +0800 Subject: [PATCH] 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 --- doc/source/contributing.rst | 2 +- doc/source/installation.rst | 2 +- 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