From 5bc7813de3beb32473d2a23bd3f0af933c7e12f0 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Fri, 23 Oct 2015 16:14:56 +0530 Subject: [PATCH] Change stackforge to openstack Change-Id: I19290bdb37c4e20ffde7cc2d781ce154dc0d6999 --- HACKING.rst | 2 +- README.rst | 6 +++--- doc/source/installation.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 a9c6bf5..a030b90 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== +==================== python-watcherclient -=============================== +==================== Python client library for Watcher API. @@ -8,6 +8,6 @@ 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