aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 792c7ca1..315e415f 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@
Presentation
------------
-`Newspipe <https://github.com/newspipe/newspipe>`_ is a web-based news
+`Newspipe <https://gitlab.com/newspipe/newspipe>`_ is a web-based news
aggregator and reader.
Main features
@@ -64,7 +64,7 @@ then `pipsi <https://github.com/mitsuhiko/pipsi>`_, and finally
.. code-block:: bash
- git clone https://github.com/newspipe/newspipe.git
+ git clone https://gitlab.com/newspipe/newspipe.git
cd newspipe/
pipenv install
✨🍰✨
@@ -79,7 +79,7 @@ then `pipsi <https://github.com/mitsuhiko/pipsi>`_, and finally
License
-------
-`Newspipe <https://github.com/newspipe/newspipe>`_ is under the
+`Newspipe <https://gitlab.com/newspipe/newspipe>`_ is under the
`GNU Affero General Public License version 3 <https://www.gnu.org/licenses/agpl-3.0.html>`_.
bgstack15