Author: hboutemy Date: Sat Feb 14 12:05:10 2009 New Revision: 744486 URL: http://svn.apache.org/viewvc?rev=744486&view=rev Log: improved 404 error page to avoid relative links problems to css and images
Modified: maven/site/trunk/src/site/xdoc/errors/404.xml Modified: maven/site/trunk/src/site/xdoc/errors/404.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/errors/404.xml?rev=744486&r1=744485&r2=744486&view=diff ============================================================================== --- maven/site/trunk/src/site/xdoc/errors/404.xml (original) +++ maven/site/trunk/src/site/xdoc/errors/404.xml Sat Feb 14 12:05:10 2009 @@ -24,17 +24,22 @@ <author email="br...@apache.org">Brett Porter</author> <title>Page Not Found</title> </properties> + + <head> + <base href="http://maven.apache.org/errors" /> + </head> + <body> <section name="Page Not Found"> - <p>We're sorry, but the page you requested cannot be found. This may because:</p> - <ul> - <li>The page has moved, was outdated, or has not been created yet</li> - <li>You typed the address incorrectly</li> - <li>You followed a link from another site that pointed to this page.</li> - </ul> + <p>We're sorry, but the page you requested cannot be found. This may be because:</p> + <ul> + <li>The page has moved, was outdated, or has not been created yet</li> + <li>You typed the address incorrectly</li> + <li>You followed a link from another site that pointed to this page.</li> + </ul> - <p>If you came to this page by following a broken link on our site, you can report the <a href="http://jira.codehaus.org/browse/MNGSITE">problem</a>.</p> + <p>If you came to this page by following a broken link on our site, you can report the <a href="http://jira.codehaus.org/browse/MNGSITE">problem</a>.</p> </section> </body>