Commit: 061d507f85ec2d7797589f5986d24149bf856c63 Author: Hannes Magnusson <bj...@mongodb.com> Mon, 30 Dec 2013 00:58:20 -0800 Parents: dc8872403a599b39fa799b88a65d364071b7384c Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=061d507f85ec2d7797589f5986d24149bf856c63 Log: Fix annoying hardcoded qa.php.net links Changed paths: M include/release-qa.php M index.php M rc.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index cc2a176..c0e09de 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -185,7 +185,7 @@ function show_release_qa($QA_RELEASES) { // QA Releases echo "<span class='lihack'>\n"; - echo "Providing QA for the following <a href='http://qa.php.net/rc.php'>test release{$plural}</a>:\n"; + echo "Providing QA for the following <a href='/rc.php'>test release{$plural}</a>:\n"; echo "<ul>\n"; // @todo check for vars, like if md5_* are set diff --git a/index.php b/index.php index 049e2df..1fe26e3 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ common_header(); <h3>Make test results:</h3> <ul> <li> - All users who compile PHP are encouraged to run '<a href="http://qa.php.net/running-tests.php">make test</a>', which + All users who compile PHP are encouraged to run '<a href="/running-tests.php">make test</a>', which runs the test suite and optionally sends the <a href=" http://news.php.net/php.qa.reports">results here</a>. </li> <li> diff --git a/rc.php b/rc.php index b13351b..aa6c542 100644 --- a/rc.php +++ b/rc.php @@ -44,7 +44,7 @@ common_header(); </p> <h2>Getting the Release Candidates</h2> <p> - The release candidates are available for download from <a href="http://qa.php.net/">the QA frontpage</a>. + The release candidates are available for download from <a href="/">the QA frontpage</a>. </p> <?php -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php