lostwages/ include/config.php templates/en/get ...

Jeremy Newman jnewman at wine.codeweavers.com
Tue Jun 26 10:48:38 CDT 2007


ChangeSet ID:	31230
CVSROOT:	/opt/cvs-commit
Module name:	lostwages
Changes by:	jnewman at winehq.org	2007/06/26 10:48:38

Modified files:
	include        : config.php 
	templates/en   : getting_help.template 

Log message:
	Scott Ritchie <scott at open-vote.org>
	Link to the wiki FAQ instead of the outdated one in documentation

Patch: http://cvs.winehq.org/patch.py?id=31230

Old revision  New revision  Changes     Path
 1.34          1.35          +1 -1       lostwages/include/config.php
 1.3           1.4           +1 -1       lostwages/templates/en/getting_help.template

Index: lostwages/include/config.php
diff -u -p lostwages/include/config.php:1.34 lostwages/include/config.php:1.35
--- lostwages/include/config.php:1.34	26 Jun 2007 15:48:38 -0000
+++ lostwages/include/config.php	26 Jun 2007 15:48:38 -0000
@@ -47,7 +47,7 @@ class config 
            'Support' => array(
                 'Support'         => '{$root}/site/support',
                 'Getting Help'    => '{$root}/site/getting_help',
-                'FAQ'             => '{$root}/site/docs/wine-faq/index',
+                'FAQ'             => 'http://wiki.winehq.org/FAQ',
                 'Documentation'   => '{$root}/site/documentation',
                 'HowTo'           => '{$root}/site/howto',
                 'Live Support Chat' => '{$root}/site/irc',
Index: lostwages/templates/en/getting_help.template
diff -u -p lostwages/templates/en/getting_help.template:1.3 lostwages/templates/en/getting_help.template:1.4
--- lostwages/templates/en/getting_help.template:1.3	26 Jun 2007 15:48:38 -0000
+++ lostwages/templates/en/getting_help.template	26 Jun 2007 15:48:38 -0000
@@ -13,7 +13,7 @@
 
   <tr bgcolor="#ffffff">
     <td align="center" class="small">
-        <a href="{$root}/site/docs/wine-faq/index"><img src="{$root}/images/faq.png" /><br />FAQ</a>
+        <a href="http://wiki.winehq.org/FAQ"><img src="{$root}/images/faq.png" /><br />FAQ</a>
     </td>
     <td valign="top">
         Most questions can be quickly answered by browsing our



More information about the wine-cvs mailing list