From 17c7fe12be13662bf76aef405cf8505464025311 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Wed, 15 Jul 2015 10:47:13 -0400
Subject: [PATCH] fix references in testsuite.html

---
 doc/developers/testsuite.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html
index 327cb3702d..bf8d3269a2 100644
--- a/doc/developers/testsuite.html
+++ b/doc/developers/testsuite.html
@@ -755,7 +755,7 @@ TRACK
     "Regression Tests" - Reserved for the regression tester
 
 CONFIG_FILE
-  - A configuration file (see docs/development/Config.sample)
+  - A configuration file (see docs/users/config.sample)
     that will be used during the configuration stage (invokes
     $ cmake -C ${CONFIG_FILE}). This only has an effect if
     CTEST_BINARY_DIRECTORY is empty.
@@ -772,7 +772,7 @@ COVERAGE
 MAKEOPTS
   - Additional options that will be passed directly to make (or ninja).
 </pre>
-      Furthermore, the variables described <a href="#setupconfigure">above</a> can also be
+      Furthermore, the variables described <a href="#setup">above</a> can also be
       set and will be handed automatically down to <code>cmake</code>.
     </p>
 
@@ -810,10 +810,10 @@ ctest -j4 -S ../cmake/scripts/run_buildtest.cmake
     <p>
       <b>Note:</b> Build tests require the designated build directory to be
       completely empty. If you want to specify a build configuration for
-      cmake use a <a href="../users/Config.sample">configuration file</a>
+      cmake use a <a href="../users/config.sample">configuration file</a>
       to preseed the cache as explained <a href="#submit">above</a>:
 <pre>
-$ ctest -DCONFIG_FILE="[...]/Config.sample" [...]
+$ ctest -DCONFIG_FILE="[...]/config.sample" [...]
 </pre>
     </p>
 
-- 
2.39.5