From dd1c5b6c43306499832716a61e604fbeecd229ce Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Wed, 17 May 2017 17:37:45 +0200
Subject: [PATCH] Fixed URL

---
 modules/doc/install.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/doc/install.rst b/modules/doc/install.rst
index e3b166b12..759d7392f 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -66,7 +66,7 @@ OpenStructure uses `git` as the revision control system. The main repository can
 
 .. code-block:: bash
 
-  git clone https://dng.biozentrum.unibas.ch/git/ost.git <directory-name>
+  git clone https://git.scicore.unibas.ch/schwede/openstructure.git <directory-name>
   
 The above command will clone OpenStructure into the directory called `directory-name`. If omitted, the directory will be called ost. 
 
-- 
GitLab