From 25b3e8ae9693a7cb4f8769a034c38669899c0e20 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Thu, 14 Jun 2012 14:31:43 +0200
Subject: [PATCH] fix broken link detected by sphinx link check

---
 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 5b6693fef..31dde6035 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -68,7 +68,7 @@ OpenStructure uses `git` as the revision control system. The main repository can
 
   git clone https://dng.biozentrum.unibas.ch/git/ost.git <directory-name>
   
-The above command will clone OpenStructre into the directory called `directory-name`. If omitted, the directory will be called ost. Alternatively, you might consider getting one of the nightly source code snapshots from the `downloads section <http://www.openstructure.org/downloads/>`_.
+The above command will clone OpenStructre into the directory called `directory-name`. If omitted, the directory will be called ost. Alternatively, you might consider getting one of the nightly source code snapshots from the `downloads section <http://www.openstructure.org/download/>`_.
 
 .. note::
 
-- 
GitLab