Module: website Branch: master Commit: 3161b73c9458c275dc0a079f513bbc19329ee356 URL: http://source.winehq.org/git/website.git/?a=commit;h=3161b73c9458c275dc0a079...
Author: Jeremy Newman jnewman@codeweavers.com Date: Mon Dec 8 14:45:12 2008 -0600
fix forums link
---
templates/en/help.template | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/templates/en/help.template b/templates/en/help.template index ebbeb40..0f75fdc 100644 --- a/templates/en/help.template +++ b/templates/en/help.template @@ -56,12 +56,13 @@
<tr bgcolor="#ffffff"> <td align="center" class="small"> - <a href="http://groups.google.com/group/comp.emulators.ms-windows.wine"><img src="{$root}/images/forum.png" /><br />Forum</a> + <a href="http://forums.winehq.org/"><img src="{$root}/images/forum.png" /><br />Forum</a> </td> <td valign="top"> - We have a web/email based community for Wine users, which is a place that Wine users can visit to ask questions and connect - with each other. You can join this community in a variety of ways. The simplest is - Google Groups page for <a href="http://groups.google.com/group/comp.emulators.ms-windows.wine">comp.emulators.ms-windows.wine</a>. + We have a <a href="http://forums.winehq.org/">web</a>/<a href="{$root}/site/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 can join this community in a variety of ways. An alternate way to access our forums is via the + Google Groups page at <a href="http://groups.google.com/group/comp.emulators.ms-windows.wine">comp.emulators.ms-windows.wine</a>. You may also wish to explore the <a href="{$root}/site/forums">mailing lists</a> that make up that community as well. </td>