Author: rgardler
Date: Sun Dec  3 14:54:10 2006
New Revision: 481969

URL: http://svn.apache.org/viewvc?view=rev&rev=481969
Log:
Add a link to a missing page to demonstrate the handling of
missing files.

Modified:
    forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/subdir/index.xhtml2

Modified: 
forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/subdir/index.xhtml2
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/subdir/index.xhtml2?view=diff&rev=481969&r1=481968&r2=481969
==============================================================================
--- forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/subdir/index.xhtml2 
(original)
+++ forrest/trunk/whiteboard/forrest2/wicket-demo/src/xdocs/subdir/index.xhtml2 
Sun Dec  3 14:54:10 2006
@@ -9,6 +9,7 @@
   </head> 
   <body> 
     <h>Subdir Index</h>
-    <p>Nothing much to see here...</p>
+    <p>Nothing much to see here. There is even less to see on
+    <a href="missingPage.html">a missing page</a>.</p>
   </body>
 </html>