Making WordPress.org

Changeset 9515


Ignore:
Timestamp:
02/19/2020 10:01:24 PM (5 years ago)
Author:
coffee2code
Message:

Browse Happy API: Update browser homepage URLs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/browse-happy/1.0/browsers.php

    r5978 r9515  
    5353            'name'        => 'Internet Explorer',
    5454            'wikipedia'   => 'Internet_Explorer',
    55             'url'         => 'https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads',
     55            'url'         => 'https://support.microsoft.com/help/17621/internet-explorer-downloads',
    5656            'img_src'     => $http  . 'ie.png' . "?{$cache_buster}",
    5757            'img_src_ssl' => $https . 'ie.png' . "?{$cache_buster}",
     
    6060            'name'        => 'Microsoft Edge',
    6161            'wikipedia'   => 'Microsoft Edge',
    62             'url'         => 'https://www.microsoft.com/en-us/windows/microsoft-edge',
     62            'url'         => 'https://www.microsoft.com/edge',
    6363            'img_src'     => $http  . 'edge.png' . "?{$cache_buster}",
    6464            'img_src_ssl' => $https . 'edge.png' . "?{$cache_buster}",
     
    6767            'name'        => 'Mozilla Firefox',
    6868            'wikipedia'   => 'Firefox',
    69             'url'         => 'https://www.firefox.com/',
     69            'url'         => 'https://www.mozilla.org/firefox/',
    7070            'img_src'     => $http  . 'firefox.png' . "?{$cache_buster}",
    7171            'img_src_ssl' => $https . 'firefox.png' . "?{$cache_buster}",
Note: See TracChangeset for help on using the changeset viewer.