Commit:    01bc339660a62e422af48da9f54b50e145da9f2e
Author:    Adam Harvey <ahar...@newrelic.com>         Thu, 22 May 2014 21:42:49 
-0500
Parents:   e994f5e90f54c71f49a60ded16332e9d71a82987
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=01bc339660a62e422af48da9f54b50e145da9f2e

Log:
Fix broken link.

Changed paths:
  M  reports/index.php


Diff:
diff --git a/reports/index.php b/reports/index.php
index 65e30d5..d9f2113 100644
--- a/reports/index.php
+++ b/reports/index.php
@@ -8,7 +8,7 @@ common_header();
 
 ?>
 
-<p>QA reports and test data are generated using two different tools, <a 
href="run-tests.php">run-tests.php</a> and <a href="/pftt.php">PFTT</a>:</p>
+<p>QA reports and test data are generated using two different tools, <a 
href="run_tests.php">run-tests.php</a> and <a href="/pftt.php">PFTT</a>:</p>
 
 <p>
 <a href="run_tests.php">run-tests.php</a>  The standard tool for running PHPT 
tests against PHP core on the command-line (CLI scenario). Whenever users build 
PHP for install, they should run `make test`, which runs run-test.php on their 
build.
@@ -24,4 +24,4 @@ PFTT covers the PHP ecosystem and is designed for 
convenience, thoroughness and
 <?php
 
 common_footer();
-?>
\ No newline at end of file
+?>


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to