Jeremy Newman : move help links into the wiki
Module: appdb Branch: master Commit: 3aeea4886fb661a2f684669f13f4953c39119879 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=3aeea4886fb661a2f684669f1... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Mon Nov 14 13:14:49 2016 -0600 move help links into the wiki --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index b1560ea..0ef4ae1 100644 --- a/index.php +++ b/index.php @@ -23,11 +23,11 @@ compatibility with Wine.</p> <?php $str_benefits=" <ul> - <li>Ability to <a href=\"".BASE."help/?sTopic=voting\" title=\"help on voting\" style=\"cursor: help\">vote</a> on your favorite applications</li> + <li>Ability to <a href=\"https://wiki.winehq.org/AppDB_Voting_Help\" title=\"help on voting\">vote</a> on your favorite applications</li> <li>Ability to customize the layout and behavior of the AppDB and comments system</li> <li>Take credit for your witty posts</li> - <li>Ability to sign up to be an <a href=\"".BASE."help/?sTopic=maintainer_guidelines\" - title=\"information about application maintainers\" style=\"cursor: help\">application maintainer</a></li> + <li>Ability to sign up to be an <a href=\"https://wiki.winehq.org/AppDB_Maintainer_Guidelines\" + title=\"information about application maintainers\">application maintainer</a></li> <li>Submit new applications and versions</li> <li>Submit new screenshots</li> </ul>
participants (1)
-
Jeremy Newman