From 8105cd926a72d8f01b976eda29f7c1392fd5da5f Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Fri, 4 Dec 2015 18:19:08 +0100
Subject: [PATCH] update git -> gitlab; closes #7

---
 content/community.rst | 4 ++--
 content/index.rst     | 2 +-
 content/install.rst   | 4 ++--
 content/tinyarray.rst | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/community.rst b/content/community.rst
index bb657e4..37fa326 100644
--- a/content/community.rst
+++ b/content/community.rst
@@ -147,7 +147,7 @@ If you have some code that works well with Kwant, or extends it in some useful
 way, please consider sharing it.  Any external contribution will be clearly
 marked as such, and relevant papers will be added to the list of `suggested
 acknowledgements </citing.html>`_.  The complete development history is also
-made available through a `web interface <http://git.kwant-project.org/kwant>`_.
+made available through a `web interface <http://gitlab.kwant-project.org/kwant/kwant/commits/master>`_.
 If you plan to contribute, it is best to coordinate with us in advance either
 through the general mailing list kwant-discuss@kwant-project.org, or directly at
 authors@kwant-project.org for matters that you prefer to not discuss publicly.
@@ -164,7 +164,7 @@ documentation and the tutorial.
 
 It is best to base your work on the latest version of Kwant::
 
-    git clone http://git.kwant-project.org/kwant
+    git clone https://gitlab.kwant-project.org/kwant/kwant.git
 
 Then you can build Kwant and the documentation as
 described in the `build instructions
diff --git a/content/index.rst b/content/index.rst
index 7c0f530..20397f2 100644
--- a/content/index.rst
+++ b/content/index.rst
@@ -4,7 +4,7 @@ Quantum transport simulations made easy
 
 .. class:: alert alert-info
 
-Kwant is a `free (open source) <http://git.kwant-project.org/kwant>`_ Python
+Kwant is a `free (open source) <https://gitlab.kwant-project.org/kwant/kwant>`_ Python
 package for numerical calculations on tight-binding models with a strong focus
 on quantum transport.  It is designed to be flexible and easy to use.  Thanks to
 the use of innovative algorithms, Kwant is often faster than other available
diff --git a/content/install.rst b/content/install.rst
index 95cd320..d2ad7c7 100644
--- a/content/install.rst
+++ b/content/install.rst
@@ -18,8 +18,8 @@ documentation.
 
 The source code of released versions of Kwant is available for `download
 <http://downloads.kwant-project.org/kwant/>`_.  You can follow the development
-by cloning the `Git repository of Kwant <http://git.kwant-project.org/kwant>`_
-(browsable online).
+by browsing or cloning the `Git repository of Kwant
+<https://gitlab.kwant-project.org/kwant/kwant>`_.
 
 
 Debian and derivatives
diff --git a/content/tinyarray.rst b/content/tinyarray.rst
index d014af9..8fd5fe9 100644
--- a/content/tinyarray.rst
+++ b/content/tinyarray.rst
@@ -1 +1 @@
-This page has been moved to http://git.kwant-project.org/tinyarray/about/.
+This page has been moved to https://gitlab.kwant-project.org/kwant/tinyarray
-- 
GitLab