diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex
index b70729bdb8b6f48ff77d425305e9f9bf64c025ad..f10a4e88e65e8c0c8e9cc043e9fa850a7ad648c5 100644
--- a/doc/handbook/0_dumux-handbook.tex
+++ b/doc/handbook/0_dumux-handbook.tex
@@ -39,7 +39,7 @@
 % Dune and Dumux logo
 \newcommand{\Dune}{{DUNE}\xspace}
 \newcommand{\Dumux}{\texorpdfstring{Du\-Mu$^\text{x}$\xspace}{DuMuX\xspace}}
-\newcommand{\DumuxVersion}{2.8}
+\newcommand{\DumuxVersion}{2.9}
 \definecolor{dumuxYellow}{HTML}{E19417}
 \definecolor{dumuxBlue}{HTML}{0C73CF}
 
diff --git a/doc/handbook/2_quickinstall.tex b/doc/handbook/2_quickinstall.tex
index 5352f044de8b06a8ef6cb1dede50b2c3d77ace36..7a0b681fa0d2e97516ed7bfc728485a59a6143b4 100644
--- a/doc/handbook/2_quickinstall.tex
+++ b/doc/handbook/2_quickinstall.tex
@@ -9,8 +9,9 @@ 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.
-It is available at \cite{DUMUX-DOWNLOAD}.
+The shell-script \texttt{checkout-dumux}
+facilitates setting up a {\Dune}/{\Dumux} directory tree.
+It is available after obtaining a download link, but not directly from the \texttt{dumux} website \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.
diff --git a/doc/handbook/5_models.tex b/doc/handbook/5_models.tex
index c873cb5dc82aeabd43d8ee4345049e8f0fc34129..c74a9b778fea6c978e369d6d19dfbcd7ef8993c7 100644
--- a/doc/handbook/5_models.tex
+++ b/doc/handbook/5_models.tex
@@ -127,15 +127,16 @@ $\boldsymbol{v}_\alpha$ & velocity (Darcy or free flow)& & \\
 \subsection{Available Models}
 We distinguish fully-implicit and sequential models. A list of all available models can be found
 in the Doxygen documentation at
-\url{http://www.dumux.org/doxygen-stable/html-2.8/modules.php}.
+\url{http://www.dumux.org/doxygen-stable/html-2.9/modules.php}.
 The documentation includes a detailed description for every model.
 
 \subsubsection{Fully-Implicit Models}
 The fully-implicit models are using the box or the
 cell-centered finite volume method as described in section \ref{box} and \ref{cc}
 for spatial and the implicit Euler
-method as temporal discretization. The models are located in
-subdirectories of \texttt{dumux/implicit}.
+method as temporal discretization. The fully-implicit models are located in
+subdirectories of \texttt{dumux/freeflow}, \texttt{dumux/geomechanics}, 
+and \texttt{dumux/porousmediumflow}.
 
 \subsubsection{Sequential Models}
 The basic idea of the sequential models is to reformulate the
@@ -153,3 +154,5 @@ so far only available for the two-phase pressure equation, are cell-centered fin
 volumes with multi-point flux approximation (MPFA O-method) and mimetic finite differences.
 
 An $h$-adaptive implementation of both sequential models is provided for two dimensions.
+The sequential models are located in
+subdirectories of \texttt{dumux/porousmediumflow}.