diff --git a/HACKING.rst b/HACKING.rst index 6763fb7..000463b 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-watcherclient Style Commandments -=============================================== +======================================= Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ diff --git a/README.rst b/README.rst index 4525ff2..44a9326 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== +==================== python-watcherclient -=============================== +==================== Python client library for Watcher API. @@ -8,7 +8,7 @@ Watcher takes advantage of CEP and ML algorithms/metaheuristics to improve physi * Free software: Apache license * Wiki: http://wiki.openstack.org/wiki/Watcher -* Source: http://git.openstack.org/cgit/stackforge/python-watcher +* Source: http://git.openstack.org/cgit/openstack/python-watcher * Bugs: http://bugs.launchpad.net/watcher diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 25b7b4f..0fde6b4 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -5,6 +5,6 @@ Installation Or, if you have `virtualenvwrapper `_ installed:: $ mkvirtualenv python-watcherclient - $ git clone https://git.openstack.org/openstack/stackforge/python-watcherclient + $ git clone https://git.openstack.org/openstack/python-watcherclient $ cd python-watcherclient && python setup.py install $ pip install -r ./requirements.txt