Module: website Branch: master Commit: 5226a86137ad81ed9e6ea1c5cd9adaff5ce4cca5 URL: http://source.winehq.org/git/website.git/?a=commit;h=5226a86137ad81ed9e6ea1c...
Author: Rosanne DiMesio dimesio@earthlink.net Date: Wed Jan 27 10:08:55 2016 -0600
Fix links in help.template
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@earthlink.net Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
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>