Module: website Branch: master Commit: 59ed3e45161222f131b171cf2e0255c5718174ab URL: http://source.winehq.org/git/website.git/?a=commit;h=59ed3e45161222f131b171c...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Dec 9 14:48:50 2008 -0600
fix documentation link to not use redirect clean up docs page a bit
---
templates/en/documentation.template | 3 ++- templates/en/help.template | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/templates/en/documentation.template b/templates/en/documentation.template index 42a4008..fc81638 100644 --- a/templates/en/documentation.template +++ b/templates/en/documentation.template @@ -1,6 +1,7 @@ <!--TITLE:[Documentation]--> +<!--BLURB:[Documentation]-->
-<h1>Documentation</h1> +<h1 class="title">Documentation</h1>
<h2>Guides</h2> <ul> diff --git a/templates/en/help.template b/templates/en/help.template index 075f892..953f305 100644 --- a/templates/en/help.template +++ b/templates/en/help.template @@ -34,10 +34,10 @@
<tr bgcolor="#ffffff"> <td align="center" class="small"> - <a href="{$root}/docs"><img src="{$root}/images/docs.png" /><br />Docs</a> + <a href="{$root}/documentation"><img src="{$root}/images/docs.png" /><br />Docs</a> </td> <td valign="top"> - We recommend that you read our online <a href="{$root}/site/docs">Documentation</a> + We recommend that you read our online <a href="{$root}/site/documentation">Documentation</a> to find the answer to your question. Also of interest is our <a href="http://wiki.winehq.org/HowTo">HowTo</a> which contains some useful information for the first time user.