A few more site edits for running tests.
diff --git a/src/site/apt/user_running_tests.apt b/src/site/apt/user_running_tests.apt
index d87de9e..d10bd7e 100644
--- a/src/site/apt/user_running_tests.apt
+++ b/src/site/apt/user_running_tests.apt
@@ -63,8 +63,10 @@
     The VXQuery test suite focuses on parallel processing tests used in our weather benchmark.
   
 ----------------------------------------
-sh ./vxquery-xtest/target/appassembler/bin/xtest -catalog vxquery-xtest/src/test/resources/VXQueryCatalog.xml -htmlreport /tmp/full_report.html
+sh ./vxquery-xtest/target/appassembler/bin/xtest -catalog vxquery-xtest/src/test/resources/VXQueryCatalog.xml -htmlreport /tmp/vxquery_report.html
 ----------------------------------------
+
+    * view the results at {{{file:///tmp/vxquery_report.html}file:///tmp/vxquery_report.html}}.
   
   * XQTS (XQuery Test Suite)
     To run the complete XQTS on VXQuery.
@@ -92,6 +94,12 @@
 $ cd ..
 ----------------------------------------
 
+    * go back to the project root,
+
+----------------------------------------
+$ cd ../..
+----------------------------------------
+
     * run the tests, and
 
 ----------------------------------------
@@ -100,7 +108,7 @@
 
     * view the results at {{{file:///tmp/full_report.html}file:///tmp/full_report.html}}.
 
-    * Add JAVA_OPTS for additional java parameters.
+    * Optional: Add JAVA_OPTS for additional java parameters.
 
   * XQTS (XQuery Test Suite) Option 2
     The following command will run the XQTS for test that are known to pass in VXQuery.
diff --git a/src/site/site.xml b/src/site/site.xml
index 78e6651..430945a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -83,9 +83,9 @@
             <item
                 name="Update Local Git XQTS Results"
                 href="development_update_xqts_results.html" />
-            <item
+            <!-- <item
                 name="XQuery Benchmarks"
-                href="development_benchmarks.html" />
+                href="development_benchmarks.html" /> -->
         </menu>
 
         <menu ref="reports" />