diff --git a/minuit2/doc/Doxyfile.in b/minuit2/doc/Doxyfile.in
index e843d585a47e43dab021729c00994a5e5d5f4803..253d8bd7a42ba8dab40ff15ab3ea66914f041f92 100644
--- a/minuit2/doc/Doxyfile.in
+++ b/minuit2/doc/Doxyfile.in
@@ -384,7 +384,8 @@ RECURSIVE              = YES
 
 EXCLUDE                = @top_srcdir@/cmt \
                          @top_srcdir@/config \
-			 @top_srcdir@/tests
+                         @top_srcdir@/build \
+			 @top_srcdir@/test
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
diff --git a/minuit2/doc/main.html b/minuit2/doc/main.html
index bfe16e9c6490e216c8fc6eca7d09f0305e0e0fff..37f7ece666c66333779a546aeb411efa5459c9c9 100644
--- a/minuit2/doc/main.html
+++ b/minuit2/doc/main.html
@@ -22,7 +22,7 @@ In addition, the %ROOT distribution contains classes needed to integrate Minuit2
 <p>
 The current version of Minuit2 can be downloaded from <A HREF="../Minuit2.tar.gz">here</A> and does not contain the %ROOT interface. It is therefore totally independent of external packages and can be simply build using the <em>configure</em> script and then <em>make</em>. Example tests are provided in the directory <em>test/MnSim</em> and <em>test/MnTutorial</em> and they can be built with the <em>make check</em> command. 
 <br>
-The <a  href="http://www.cern.ch/seal/documents/minuit/mnuserguide.pdf">User Guide</a> provides all the information needed for using directly (without add-on packages like %ROOT) the C++ version of MINUIT.  
+The <a  href="http://www.cern.ch/seal/documents/minuit/mnusersguide.pdf">User Guide</a> provides all the information needed for using directly (without add-on packages like %ROOT) the C++ version of MINUIT.  
 
  
 <h2>References</h2>