Index: build/test/index.ttml
==================================================================
--- build/test/index.ttml
+++ build/test/index.ttml
@@ -1,11 +1,11 @@
 <html>
   <head>
     <title>KitCreator Build and Test Status</title>
   </head>
   <body>
-    <h1>KitCreator Build and Test Status</h1>
+    <h1><a href="http://kitcreator.rkeene.org/">KitCreator</a> Build and Test Status</h1>
     <p>The follow versions of KitCreator have test suite results:</p>
     <ul>
 <?
 	set haveTests 0
 	foreach subdir [lsort -dictionary [glob -type d *]] {
@@ -25,11 +25,11 @@
 ?>
     </ul>
 <?
 	if {$haveTests} {
 ?>
-    <p>The actual tests can be found in <a href="tests/?listing=long">the "tests" directory</a></p>
+    <p>The actual tests can be found in <a href="http://kitcreator.rkeene.org/fossil/dir?name=build/test/tests&ci=trunk">the "tests" directory</a></p>
 <?
 	}
 ?>
   </body>
 </html>