Making WordPress.org

Changeset 12878


Ignore:
Timestamp:
09/07/2023 08:29:54 PM (13 months ago)
Author:
SergeyBiryukov
Message:

Credits API: Update URLs for external libraries.

Includes replacing a few broken links and using HTTPS for all URLs.

Follow-up to [160], [1048], [3917], [9194].

Props Michi91, sumitsingh, costdev, oglekler, desrosj, SergeyBiryukov.
Fixes #7257. See #WP58796.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/credits/wp-63.php

    r12865 r12878  
    749749        return [
    750750            [ 'Babel Polyfill', 'https://babeljs.io/docs/en/babel-polyfill' ],
    751             [ 'Backbone.js', 'http://backbonejs.org/' ],
     751            [ 'Backbone.js', 'https://backbonejs.org/' ],
    752752            [ 'Class POP3', 'https://squirrelmail.org/' ],
    753753            [ 'clipboard.js', 'https://clipboardjs.com/' ],
     
    755755            [ 'CodeMirror', 'https://codemirror.net/' ],
    756756            [ 'Color Animations', 'https://plugins.jquery.com/color/' ],
    757             [ 'getID3()', 'http://getid3.sourceforge.net/' ],
     757            [ 'getID3()', 'https://www.getid3.org/' ],
    758758            [ 'FormData', 'https://github.com/jimmywarting/FormData' ],
    759759            [ 'Horde Text Diff', 'https://pear.horde.org/' ],
    760             [ 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ],
    761             [ 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ],
     760            [ 'hoverIntent', 'https://github.com/briancherne/jquery-hoverIntent' ],
     761            [ 'imgAreaSelect', 'https://github.com/odyniec/imgareaselect' ],
    762762            [ 'Iris', 'https://github.com/Automattic/Iris' ],
    763763            [ 'jQuery', 'https://jquery.com/' ],
    764764            [ 'jQuery UI', 'https://jqueryui.com/' ],
    765765            [ 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ],
    766             [ 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ],
     766            [ 'jQuery serializeObject', 'https://benalman.com/projects/jquery-misc-plugins/' ],
    767767            [ 'jQuery.query', 'https://plugins.jquery.com/query-object/' ],
    768768            [ 'jQuery.suggest', 'https://github.com/pvulgaris/jquery.suggest' ],
    769             [ 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ],
     769            [ 'jQuery UI Touch Punch', 'https://github.com/furf/jquery-ui-touch-punch' ],
    770770            [ 'json2', 'https://github.com/douglascrockford/JSON-js' ],
    771771            [ 'Lodash', 'https://lodash.com/' ],
    772             [ 'Masonry', 'http://masonry.desandro.com/' ],
    773             [ 'MediaElement.js', 'http://mediaelementjs.com/' ],
    774             [ 'Moment', 'http://momentjs.com/' ],
    775             [ 'PclZip', 'http://www.phpconcept.net/pclzip/' ],
     772            [ 'Masonry', 'https://masonry.desandro.com/' ],
     773            [ 'MediaElement.js', 'https://www.mediaelementjs.com/' ],
     774            [ 'Moment', 'https://momentjs.com/' ],
     775            [ 'PclZip', 'https://www.phpconcept.net/' ],
    776776            [ 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ],
    777             [ 'phpass', 'http://www.openwall.com/phpass/' ],
     777            [ 'phpass', 'https://www.openwall.com/phpass/' ],
    778778            [ 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ],
    779             [ 'Plupload', 'http://www.plupload.com/' ],
     779            [ 'Plupload', 'https://www.plupload.com/' ],
    780780            [ 'random_compat', 'https://github.com/paragonie/random_compat' ],
    781781            [ 'React', 'https://reactjs.org/' ],
    782782            [ 'Redux', 'https://redux.js.org/' ],
    783             [ 'Requests', 'http://requests.ryanmccue.info/' ],
    784             [ 'SimplePie', 'http://simplepie.org/' ],
     783            [ 'Requests', 'https://requests.ryanmccue.info/' ],
     784            [ 'SimplePie', 'https://simplepie.org/' ],
    785785            [ 'The Incutio XML-RPC Library', 'https://code.google.com/archive/p/php-ixr/' ],
    786             [ 'Thickbox', 'http://codylindley.com/thickbox/' ],
     786            [ 'Thickbox', 'https://codylindley.com/thickbox/' ],
    787787            [ 'TinyMCE', 'https://www.tinymce.com/' ],
    788788            [ 'Twemoji', 'https://github.com/twitter/twemoji' ],
    789             [ 'Underscore.js', 'http://underscorejs.org/' ],
     789            [ 'Underscore.js', 'https://underscorejs.org/' ],
    790790            [ 'whatwg-fetch', 'https://github.com/github/fetch' ],
    791791            [ 'zxcvbn', 'https://github.com/dropbox/zxcvbn' ],
Note: See TracChangeset for help on using the changeset viewer.