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

---
 modules/doc/contributing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/doc/contributing.rst b/modules/doc/contributing.rst
index 17c0060ce..c87c2daa0 100644
--- a/modules/doc/contributing.rst
+++ b/modules/doc/contributing.rst
@@ -7,14 +7,14 @@ Contributing to OpenStructure
 
 OpenStructure uses `git <http://git-scm.org>`_ as the revision control system. It allows for branch-and-merge driven workflows ideal for a scientific environment. 
 
-The main repository can be browsed `here <http://dng.biozentrum.unibas.ch/git/>`_. 
+The main repository can be browsed `here <https://git.scicore.unibas.ch/schwede/openstructure>`_. 
 
 
 Even though, technically, there is no such a thing as a central repository in git, we use a central "repository of truth" where everyone is pulling from. You can get the source code with ``git clone``:
 
 .. code-block:: bash
 
-  git clone https://dng.biozentrum.unibas.ch/git/ost.git
+  git clone https://git.scicore.unibas.ch/schwede/openstructure.git
 
 
 For information on how to install OpenStructure from source, refer to :doc:`install`. 
-- 
GitLab