diff options
-rw-r--r-- | doc/rlite.rst | 2 | ||||
-rw-r--r-- | rumba/prototypes/rlite.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rlite.rst b/doc/rlite.rst index 418bf3a..171c4b8 100644 --- a/doc/rlite.rst +++ b/doc/rlite.rst @@ -1,7 +1,7 @@ rlite ============= -`rlite <https://github.com/vmaffione/rlite>`_ is a lightweight Free +`rlite <https://gitlab.com/arcfire/rlite>`_ is a lightweight Free and Open Source implementation of the Recursive InterNetwork Architecture (RINA) for GNU/Linux operating systems. diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py index 1595336..4d0d453 100644 --- a/rumba/prototypes/rlite.py +++ b/rumba/prototypes/rlite.py @@ -41,7 +41,7 @@ class Experiment(mod.Experiment): """ def __init__(self, testbed, nodes=None, - git_repo='https://github.com/vmaffione/rlite', + git_repo='https://gitlab.com/arcfire/rlite', git_branch='master', enrollment_strategy='minimal'): """ Initializes the experiment class. |