diff --git a/doc/handbook/dumux-handbook.bib b/doc/handbook/dumux-handbook.bib
index 37a8858e24ebc6c34dc248eb58fa2c4c7eedd28c..99252007b8da4af4faf34d5188862c49a524ffda 100644
--- a/doc/handbook/dumux-handbook.bib
+++ b/doc/handbook/dumux-handbook.bib
@@ -933,6 +933,11 @@
   key = {DUMUX}
 }
 
+@MISC{DUMUX-DOWNLOAD,
+  title = {{DuMuX} download folder: \url{http://www.dumux.org/download/}},
+  key = {DUMUX-DOWNLOAD}
+}
+
 @MISC{DUNE-BS,
   title = {{DUNE} Build System Howto: \url{http://www.dune-project.org/doc/buildsystem/buildsystem.pdf}},
   key = {DUNE-BS}
diff --git a/doc/handbook/quick-install.tex b/doc/handbook/quick-install.tex
index a09d59a55f67fcdcd748e259562de1114e66fbf4..80459c6c4a6b391bafa156192df30464e0026945 100644
--- a/doc/handbook/quick-install.tex
+++ b/doc/handbook/quick-install.tex
@@ -8,8 +8,8 @@ instructions in Section \ref{install}.
 
 \subsection{Obtaining the code with the script \texttt{checkout-dumux}}
 
-The shell-script \texttt{checkout-dumux} facilitates setting up a {\Dune}/{\Dumux} directory tree (currently for the trunk version).
-It is contained in the download section of the \Dumux web page \cite{DUMUX-HP}.
+The shell-script \texttt{checkout-dumux} facilitates setting up a {\Dune}/{\Dumux} directory tree.
+It is available at \cite{DUMUX-DOWNLOAD}.
 For example the second line below will check out the required \Dune modules and \texttt{dumux}, 
 \texttt{dumux-devel} and the \texttt{external} folder, which contains some useful external software and libraries.
 Again,  \texttt{joeuser} needs to be replaced by the actual user name.