Jeremy Newman : change appdb help sidebar link to point to the wiki

Jeremy Newman jnewman at winehq.org
Sun Nov 13 14:23:56 CST 2016


Module: appdb
Branch: master
Commit: 4d83876864def81520e6d390a849909177e59ed3
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=4d83876864def81520e6d390a849909177e59ed3

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Sun Nov 13 14:23:32 2016 -0600

change appdb help sidebar link to point to the wiki

---

 include/sidebar.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sidebar.php b/include/sidebar.php
index c115d9a..fdd5b83 100644
--- a/include/sidebar.php
+++ b/include/sidebar.php
@@ -19,7 +19,7 @@ function global_sidebar_menu()
     $g->add("Top 25", BASE."votestats.php");
     $g->add("Submit App", BASE."objectManager.php?sClass=application_queue&".
             "sTitle=Submit+Application&sAction=add");
-    $g->add("Help", BASE."help/");
+    $g->add("Help", "https://wiki.winehq.org/Category:AppDB");
     $g->add("Statistics", BASE."appdbStats.php");
     $g->add('Distributions ('.distribution::objectGetEntriesCount('accepted').')', BASE.'objectManager.php?sClass=distribution&sTitle=View%20Distributions');
     $g->add("Email Us", "mailto:appdb at winehq.org");




More information about the wine-cvs mailing list