From ba73d7362cc4efc8cbe3d24f516454a3d994df63 Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Wed, 3 Apr 2019 05:44:24 +0200
Subject: [PATCH] Update installation docs

---
 docs/installation.rst | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index 8a68f74..42e5a1c 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -13,6 +13,7 @@ To install flatland, run this command in your terminal:
 .. code-block:: console
 
     $ pip install flatland
+    # TODO: To be configured by Mohanty
 
 This is the preferred method to install flatland, as it will always install the most recent stable release.
 
@@ -26,19 +27,13 @@ you through the process.
 From sources
 ------------
 
-The sources for flatland can be downloaded from the `Github repo`_.
+The sources for flatland can be downloaded from the `Gitlab repo`_.
 
-You can either clone the public repository:
+You can clone the public repository:
 
 .. code-block:: console
 
-    $ git clone git://github.com/spMohanty/flatland
-
-Or download the `tarball`_:
-
-.. code-block:: console
-
-    $ curl  -OL https://github.com/spMohanty/flatland/tarball/master
+    $ git clone git@gitlab.aicrowd.com:flatland/flatland.git
 
 Once you have a copy of the source, you can install it with:
 
@@ -47,5 +42,4 @@ Once you have a copy of the source, you can install it with:
     $ python setup.py install
 
 
-.. _Github repo: https://github.com/spMohanty/flatland
-.. _tarball: https://github.com/spMohanty/flatland/tarball/master
+.. _Gitlab repo: https://gitlab.aicrowd.com/flatland/flatland
-- 
GitLab