Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 44beac5

Browse files
committed
[docs] Updated URLs in README
1 parent 140d593 commit 44beac5

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

README.rst

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ django-netjsongraph
44
.. image:: https://travis-ci.org/openwisp/django-netjsongraph.svg
55
:target: https://travis-ci.org/openwisp/django-netjsongraph
66

7-
.. image:: https://coveralls.io/repos/netjson/django-netjsongraph/badge.svg
8-
:target: https://coveralls.io/r/netjson/django-netjsongraph
7+
.. image:: https://coveralls.io/repos/openwisp/django-netjsongraph/badge.svg
8+
:target: https://coveralls.io/r/openwisp/django-netjsongraph
99

10-
.. image:: https://requires.io/github/netjson/django-netjsongraph/requirements.svg?branch=master
10+
.. image:: https://requires.io/github/openwisp/django-netjsongraph/requirements.svg?branch=master
1111
:target: https://requires.io/github/openwisp/django-netjsongraph/requirements/?branch=master
1212
:alt: Requirements Status
1313

@@ -21,9 +21,9 @@ django-netjsongraph
2121

2222
Reusable django app for collecting and visualizing network topology.
2323

24-
.. image:: https://raw.githubusercontent.com/netjson/django-netjsongraph/master/docs/images/visualizer.png
24+
.. image:: https://raw.githubusercontent.com/openwisp/django-netjsongraph/master/docs/images/visualizer.png
2525

26-
.. image:: https://raw.githubusercontent.com/netjson/django-netjsongraph/master/docs/images/admin.png
26+
.. image:: https://raw.githubusercontent.com/openwisp/django-netjsongraph/master/docs/images/admin.png
2727

2828
.. contents:: **Table of Contents**:
2929
:backlinks: none
@@ -42,7 +42,7 @@ Current features
4242
- CNML 1.0
4343
- OpenVPN
4444
- additional formats can be added by `specifying custom parsers <#netjsongraph-parsers>`_
45-
* **network topology visualizer** based on `netjsongraph.js <https://github.com/netjson/netjsongraph.js>`_
45+
* **network topology visualizer** based on `netjsongraph.js <https://github.com/openwisp/netjsongraph.js>`_
4646
* **simple HTTP API** that exposes data in `NetJSON <http://netjson.org>`__ *NetworkGraph* format
4747
* **admin interface** that allows to easily manage, audit, visualize and debug topologies and their relative data (nodes, links)
4848
* **receive topology** from multiple nodes
@@ -51,7 +51,7 @@ Current features
5151
Project goals
5252
-------------
5353

54-
* make it easy to visualize network topology data for the formats supported by `netdiff <https://github.com/ninuxorg/netdiff>`_
54+
* make it easy to visualize network topology data for the formats supported by `netdiff <https://github.com/openwisp/netdiff>`_
5555
* expose topology data via RESTful resources in *NetJSON NetworkGraph* format
5656
* make it easy to integrate in larger django projects to improve reusability
5757
* make it easy to extend its models by providing abstract models (**needs improvement in this point**)
@@ -85,13 +85,13 @@ Install tarball:
8585

8686
.. code-block:: shell
8787
88-
pip install https://github.com/netjson/django-netjsongraph/tarball/master
88+
pip install https://github.com/openwisp/django-netjsongraph/tarball/master
8989
9090
Alternatively you can install via pip using git:
9191

9292
.. code-block:: shell
9393
94-
pip install -e git+git://github.com/netjson/django-netjsongraph#egg=django-netjsongraph
94+
pip install -e git+git://github.com/openwisp/django-netjsongraph#egg=django-netjsongraph
9595
9696
If you want to contribute, install your cloned fork:
9797

@@ -172,7 +172,7 @@ Logging
172172
The ``update_topology`` management command will automatically try to log errors.
173173

174174
For a good default ``LOGGING`` configuration refer to the `test settings
175-
<https://github.com/netjson/django-netjsongraph/blob/master/tests/settings.py#L66>`_.
175+
<https://github.com/openwisp/django-netjsongraph/blob/master/tests/settings.py#L66>`_.
176176

177177
Strategies
178178
----------
@@ -226,7 +226,7 @@ Settings
226226
| **default**: | ``[]`` |
227227
+--------------+-------------+
228228

229-
Additional custom `netdiff parsers <https://github.com/ninuxorg/netdiff#parsers>`_.
229+
Additional custom `netdiff parsers <https://github.com/openwisp/netdiff#parsers>`_.
230230

231231
``NETJSONGRAPH_SIGNALS``
232232
^^^^^^^^^^^^^^^^^^^^^^^^
@@ -309,7 +309,7 @@ documentation <https://docs.djangoproject.com/en/dev/ref/templates/>`_.
309309
Example: overriding the ``<script>`` tag
310310
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
311311

312-
Here's a step by step guide on how to change the javascript options passed to `netjsongraph.js <https://github.com/netjson/netjsongraph.js>`_, remember to replace ``<project_path>`` with the
312+
Here's a step by step guide on how to change the javascript options passed to `netjsongraph.js <https://github.com/openwisp/netjsongraph.js>`_, remember to replace ``<project_path>`` with the
313313
absolute filesytem path of your project.
314314

315315
**Step 1**: create a directory in ``<project_path>/templates/netjsongraph``
@@ -607,7 +607,7 @@ avoid misunderstandings.
607607
1. Ensure your changes meet the `Project Goals`_
608608
2. If you found a bug please send a failing test with a patch
609609
3. If you want to add a new feature, announce your intentions in the
610-
`issue tracker <https://github.com/netjson/django-netjsongraph/issues>`_
610+
`issue tracker <https://github.com/openwisp/django-netjsongraph/issues>`_
611611
4. Fork this repo and install it by following the instructions in
612612
`Installing for development`_
613613
5. Follow `PEP8, Style Guide for Python Code`_
@@ -619,18 +619,17 @@ avoid misunderstandings.
619619
11. Send pull request
620620

621621
.. _PEP8, Style Guide for Python Code: http://www.python.org/dev/peps/pep-0008/
622-
.. _ninux-dev mailing list: http://ml.ninux.org/mailman/listinfo/ninux-dev
623622

624623
Changelog
625624
---------
626625

627-
See `CHANGES <https://github.com/netjson/django-netjsongraph/blob/master/CHANGES.rst>`_.
626+
See `CHANGES <https://github.com/openwisp/django-netjsongraph/blob/master/CHANGES.rst>`_.
628627

629628
License
630629
-------
631630

632-
See `LICENSE <https://github.com/netjson/django-netjsongraph/blob/master/LICENSE>`_.
631+
See `LICENSE <https://github.com/openwisp/django-netjsongraph/blob/master/LICENSE>`_.
633632

634633
This projects bundles third-party javascript libraries in its source code:
635634

636-
- `D3.js (BSD-3-Clause) <https://github.com/netjson/django-netjsongraph/blob/master/django_netjsongraph/static/netjsongraph/lib/d3.min.js>`_
635+
- `D3.js (BSD-3-Clause) <https://github.com/openwisp/django-netjsongraph/blob/master/django_netjsongraph/static/netjsongraph/lib/d3.min.js>`_

0 commit comments

Comments
 (0)