Commit:    0d330bbd031dd82ea010dd1da7d80b6ca1bf1a5b
Author:    Webysther Nunes <[email protected]>         Thu, 2 Jun 2016 
17:08:02 -0300
Parents:   3cf1ab5d3cd6f9a9233149ddf854e38623fef90c
Branches:  master

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

Log:
Change to use internal URI

Changed paths:
  M  download-logos.php


Diff:
diff --git a/download-logos.php b/download-logos.php
index 84f8e29..f05cd38 100644
--- a/download-logos.php
+++ b/download-logos.php
@@ -74,8 +74,8 @@ function random_bgcolor($min, $max)
   <td class="logo">
    <img src="/images/logos/new-php-logo.png" width="200" alt="php logo">
    <br>
-   <a 
href="https://upload.wikimedia.org/wikipedia/commons/2/27/PHP-logo.svg";>SVG 
format</a> |
-   <a 
href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/2000px-PHP-logo.svg.png";>PNG
 format</a>
+   <a href="http://php.net/images/logos/new-php-logo.svg";>SVG format</a> |
+   <a href="http://php.net/images/logos/new-php-logo.png";>PNG format</a>
   </td>
 
   <td class="logo">


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

Reply via email to