From 0796bb86bf2a2cbfcc45d9f8473a369f965b40e8 Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Tue, 25 Feb 2014 22:10:33 +0100 Subject: [PATCH] doc: update repo urls Signed-off-by: Claudio Mignanti --- docs/index.rst | 2 +- docs/topics/connectors.rst | 2 +- docs/topics/install.rst | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d9fc3f2d..2582fd51 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ The roadmap is the following: Code ==== -The development version is hosted at https://github.com/nemesisdesign/nodeshot. +The development version is hosted at https://github.com/ninuxorg/nodeshot. The old version in use at http://map.ninux.org/ is hosted at https://github.com/ninuxorg/nodeshot. diff --git a/docs/topics/connectors.rst b/docs/topics/connectors.rst index d08cf349..5fa96932 100755 --- a/docs/topics/connectors.rst +++ b/docs/topics/connectors.rst @@ -4,4 +4,4 @@ Connectors Functionality moved in a separate project: `NetEngine`_. -.. _NetEngine: http://github.com/nemesisdesign/netengine \ No newline at end of file +.. _NetEngine: http://github.com/ninuxorg/netengine \ No newline at end of file diff --git a/docs/topics/install.rst b/docs/topics/install.rst index 30a388e1..c00ff60e 100755 --- a/docs/topics/install.rst +++ b/docs/topics/install.rst @@ -31,7 +31,7 @@ If you are installing for a **production environment** you need to follow all th A full list is available in the `requirements.txt file`_. -.. _requirements.txt file: https://github.com/nemesisdesign/nodeshot/blob/master/requirements.txt +.. _requirements.txt file: https://github.com/ninuxorg/nodeshot/blob/master/requirements.txt **Recommended stack for production environment**: @@ -99,7 +99,7 @@ Clone git repository and cd into the example project. *TODO: best to install via pip when the project is at a more mature stage*:: - git clone https://github.com/nemesisdesign/nodeshot.git nodeshot + git clone https://github.com/ninuxorg/nodeshot.git nodeshot cd nodeshot/projects/ninux Create a **python virtual environment**, a self-contained python installation diff --git a/setup.py b/setup.py index 5586a929..be3fd3d0 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ author='Federico Capoano', author_email='nemesis[at]ninux[dot]org', license='GPL3', - url='https://github.com/nemesisdesign/nodeshot', + url='https://github.com/ninuxorg/nodeshot', packages=find_packages(exclude=['docs', 'docs.*']), zip_safe=False, classifiers=[