From 2ce456ad097695036a70010c6f4dd8efd63366c8 Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Mon, 2 Oct 2017 15:55:43 +0300 Subject: [PATCH] Update docs for gitlab --- docs/contribute.rst | 8 ++++---- docs/installation-docker.rst | 4 ++-- docs/installation-virtualenv.rst | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index 01f65e0..8c36476 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -3,7 +3,7 @@ Contribute Thank you for your interest in contributing to SatNOGS! There are always bugs to file; bugs to fix in code; improvements to be made to the documentation; and more. -The below instructions are for software developers who want to work on `satnogs-db code `_. +The below instructions are for software developers who want to work on `satnogs-db code `_. Git workflow ------------ @@ -11,7 +11,7 @@ When you want to start contributing, you should :doc:`follow the installation in #. (Optional) Set your cloned fork to track upstream changes (changes to the main repository), then fetch and merge changes from the upstream branch:: - $ git remote add --track master upstream git://github.com/satnogs/satnogs-db + $ git remote add --track master upstream git://gitlab.com/librespacefoundation/satnogs/satnogs-db $ git fetch upstream $ git merge upstream/master @@ -49,7 +49,7 @@ When you want to start contributing, you should :doc:`follow the installation in $ git push origin my_branch -#. Issue a pull request on GitHub +#. Issue a pull request on Gitlab #. Wait to hear from one of the core developers @@ -93,4 +93,4 @@ Most important things: What to work on --------------- -You can check `opened issues `_. We regurarly open issues for tracking new features. You pick one and start coding. +You can check `opened issues `_. We regurarly open issues for tracking new features. You pick one and start coding. diff --git a/docs/installation-docker.rst b/docs/installation-docker.rst index b91202e..5eeda2b 100644 --- a/docs/installation-docker.rst +++ b/docs/installation-docker.rst @@ -8,9 +8,9 @@ Docker Installation #. **Build the containers** - Clone source code from the `repository `_:: + Clone source code from the `repository `_:: - $ git clone https://github.com/satnogs/satnogs-db.git + $ git clone https://gitlab.com/librespacefoundation/satnogs/satnogs-db.git $ cd satnogs-db Set your environmental variables:: diff --git a/docs/installation-virtualenv.rst b/docs/installation-virtualenv.rst index 7349a0a..2ec0e56 100644 --- a/docs/installation-virtualenv.rst +++ b/docs/installation-virtualenv.rst @@ -6,9 +6,9 @@ Requirements: You will need python, python-virtualenvwrapper, pip and git #. **Build the environment** - Clone source code from the `repository `_:: + Clone source code from the `repository `_:: - $ git clone https://github.com/satnogs/satnogs-db.git + $ git clone https://gitlab.com/librespacefoundation/satnogs/satnogs-db.git Set up the virtual environment. On first run you should create it and link it to your project path.::