Commit:    e9e7c2324f0ee793fd2c941b5fad7cdf1fe151ba
Author:    Philip Olson <[email protected]>         Wed, 9 Apr 2014 15:45:46 -0700
Parents:   9703743a4c8404307918748c0230c3b7da17000b
Branches:  master

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

Log:
Linked 'Download PHP' to downloads.php, as requested by Christopher Jones

Changed paths:
  M  index.php


Diff:
diff --git a/index.php b/index.php
index 0727049..e41c145 100644
--- a/index.php
+++ b/index.php
@@ -92,7 +92,7 @@ $intro = <<<EOF
       <p>Fast, flexible and pragmatic, PHP powers everything from your blog to 
the most popular websites in the world.</p>
     </div>
     <div class="download">
-        <h2>Download PHP</h2>
+        <h2><a href="/downloads.php">Download PHP</a></h2>
 
 EOF;
 if(!empty($RELEASES[5])) {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to