Module: appdb Branch: master Commit: 23fae1afb7dd6b34b546934661eed179f304ac93 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=23fae1afb7dd6b34b54693466... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Tue Nov 22 09:53:16 2016 -0600 move last help links over to the wiki --- include/maintainer.php | 2 +- include/testData.php | 2 +- index.php | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/maintainer.php b/include/maintainer.php index fa0aa07..6c0c92f 100644 --- a/include/maintainer.php +++ b/include/maintainer.php @@ -755,7 +755,7 @@ class maintainer echo "An application maintainer is someone who runs the application \n"; echo "regularly and who is willing to be active in reporting regressions with newer \n"; echo "versions of Wine and to help other users run this application under Wine.</p>"; - echo "<p>Being an application maintainer comes with new rights and new responsibilities; please be sure to read the <a href=\"".BASE."/help/?sTopic=maintainer_guidelines\">maintainer's guidelines</a> before to proceed.</p> "; + echo "<p>Being an application maintainer comes with new rights and new responsibilities; please be sure to read the <a href=\"https://wiki.winehq.org/AppDB_Maintainer_Guidelines\" target=\"_blank\">maintainer's guidelines</a> before to proceed.</p> "; echo "<p>We ask that all maintainers explain why they want to be an application maintainer,\n"; echo "why they think they will do a good job and a little about their experience\n"; echo "with Wine. This is both to give you time to\n"; diff --git a/include/testData.php b/include/testData.php index 352428f..18a04b4 100644 --- a/include/testData.php +++ b/include/testData.php @@ -901,7 +901,7 @@ class testData{ // Rating echo '<tr><td class="color0"><b>Rating</b></td><td class="color0">',"\n"; echo make_maintainer_rating_list("sTestedRating", $this->sTestedRating); - echo '<a href="'.BASE.'/help/?sTopic=maintainer_ratings" target="_blank">Rating definitions</a></td></tr>',"\n"; + echo '<a href="https://wiki.winehq.org/AppDB_Maintainer_Rating_Definitions" target="_blank">Rating definitions</a></td></tr>',"\n"; // extra comments echo '<tr valign=top><td class="color1"><b>Extra comments</b></td>',"\n"; echo '<td class="color0"><textarea name="sComments" id="extra_comments" rows=10 cols=65>'; diff --git a/index.php b/index.php index 405acac..d7fa469 100644 --- a/index.php +++ b/index.php @@ -84,8 +84,7 @@ else } else { - echo " please <a href=\"".BASE."help/?sTopic=voting\" title=\"help on voting\"". - "style=\"cursor: help\">vote</a> for your favourite application.\n"; + echo " please <a href=\"https://wiki.winehq.org/AppDB_Voting_Help\">vote</a> for your favorite application.\n"; } }