Replace stackforge with openstack in README.rst

Stackforge is for old time now:-)

Change-Id: I0c700498a34403d9ce053948bddaeeaffa9e071c
This commit is contained in:
Zhenzan Zhou 2015-04-24 16:29:38 +08:00
parent 36abcef3ec
commit b8a176bf7d
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Client for Congress
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/python-congressclient
* Source: http://git.openstack.org/cgit/stackforge/python-congressclient
* Source: http://git.openstack.org/cgit/openstack/python-congressclient
* Bugs: http://bugs.launchpad.net/python-congressclient
@ -20,7 +20,7 @@ To execute CLI commands to standalone congress set with noauth:
* Clone repository & install python-congressclient::
$ git clone https://github.com/stackforge/python-congressclient.git
$ git clone https://github.com/openstack/python-congressclient.git
$ cd python-congressclient
$ python setup.py install