diff --git a/modules/doc/contributing.rst b/modules/doc/contributing.rst
index 17c0060ce9a1c3e317ef8b840c636565c3fc6ef7..c87c2daa0dc39444490415d69b489f9c1d5dbdcb 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`.