[WEBSITE] Fix links in help.template

Rosanne DiMesio dimesio at earthlink.net
Wed Jan 27 10:08:55 CST 2016


This fixes the two broken links mentioned in bug 40018 and a link to the wiki ("HowTo" is now "Wine Installation and Configuration").

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 templates/en/help.template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/en/help.template b/templates/en/help.template
index 1358d98..ede1f77 100644
--- a/templates/en/help.template
+++ b/templates/en/help.template
@@ -36,9 +36,9 @@
         <a href="{$root}/documentation"><img src="{$root}/images/docs.png"><br>Docs</a>
     </div>
     <div class="col-xs-10 col-md-11">
-        We recommend that you read our online <a href="{$root}/site/documentation">Documentation</a>
+        We recommend that you read our online <a href="{$root}/documentation">Documentation</a>
         to find the answer to your question. Also of interest is our
-        <a href="https://wiki.winehq.org/HowTo">HowTo</a> which contains some useful information for
+        <a href="https://wiki.winehq.org/Wine_Installation_and_Configuration">Wine Installation and Configuration</a> wiki page, which contains some useful information for
         the first time user.
     </div>
 </div>
@@ -58,10 +58,10 @@
         <a href="//forums.winehq.org/"><img src="{$root}/images/forum.png"><br>Forum</a>
     </div>
     <div class="col-xs-10 col-md-11">
-        We have a <a href="//forums.winehq.org/">web</a>/<a href="{$root}/site/forums">email</a> based community for
+        We have a <a href="//forums.winehq.org/">web</a>/<a href="{$root}/forums">email</a> based community for
         Wine users, which is a place that Wine users can visit to ask questions and connect
         with each other.
-        You may also wish to explore the <a href="{$root}/site/forums">mailing lists</a>
+        You may also wish to explore the <a href="{$root}/forums">mailing lists</a>
         that make up that community as well.
     </div>
 </div>
-- 
1.8.4.5




More information about the wine-patches mailing list