Skip to content

Commit

Permalink
doc: update repo urls
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>
  • Loading branch information
claudyus committed Feb 25, 2014
1 parent 58d8b73 commit 0796bb8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/connectors.rst
Expand Up @@ -4,4 +4,4 @@ Connectors

Functionality moved in a separate project: `NetEngine`_.

.. _NetEngine: http://github.com/nemesisdesign/netengine
.. _NetEngine: http://github.com/ninuxorg/netengine
4 changes: 2 additions & 2 deletions docs/topics/install.rst
Expand Up @@ -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**:

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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=[
Expand Down

2 comments on commit 0796bb8

@nemesifier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addirittura signed :D

@claudyus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D

Please sign in to comment.