From 75a1ca6a6e5c2c2c39ef0d22c6fd3b4f92e91134 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Fri, 8 Nov 2013 12:56:31 +0000
Subject: [PATCH] fix dead links, add some references to cmake documentation

git-svn-id: https://svn.dealii.org/trunk@31586 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/readme.html | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 6197629919..571859682d 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -371,7 +371,7 @@
       paths.</b>
       However, this behavior can be changed using command line switches to
       the initial call to <code>cmake</code>. A detailed description
-      can be found here: <a href="development/cmake.html">Detailed build system description</a>.
+      can be found here: <a href="users/cmake.html">Detailed build system description</a>.
     </p>
 
     <p>
@@ -535,7 +535,7 @@
           for <acronym>deal.II</acronym> being able to use them).
           For details on how to set up <acronym>deal.II</acronym> with a
           non standard BLAS/LAPACK implementation, see the
-	  <a href="development/cmake.html#advanced">advanced
+	  <a href="users/cmake.html#advanced">advanced
             setup</a> section in the CMake ReadME.
 	</p>
       </dd>
@@ -776,7 +776,9 @@
       The <acronym>deal.II</acronym> <code>cmake</code> system allows far
       greater control over what exactly is configured or built than just the
       outline above. If you want to learn more about this, take a look
-      <a href="development/cmake.html">here</a>.
+      <a href="users/cmake.html">here</a>. You might also be interested in
+      <a href="users/cmakelists.html">CMake for user projects</a> or 
+      <a href="developers/cmake-internals.html">build system internals</a>.
     </p>
 
 
-- 
2.39.5