Making WordPress.org


Ignore:
Timestamp:
05/21/2026 03:10:21 AM (4 months ago)
Author:
dd32
Message:

API: Remove redirects from credits APIs.

Props peterwilsoncc, dd32.
Closes https://github.com/WordPress/wordpress.org/pull/643.
See #8252.

File:
1 edited

Legend:

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

    r13222 r14906  
    739739        public function external_libraries() {
    740740                return [
    741                         [ 'Babel Polyfill', 'https://babeljs.io/docs/en/babel-polyfill' ],
     741                        [ 'Babel Polyfill', 'https://babeljs.io/docs/babel-polyfill' ],
    742742                        [ 'Backbone.js', 'http://backbonejs.org/' ],
    743743                        [ 'Class POP3', 'https://squirrelmail.org/' ],
     
    746746                        [ 'CodeMirror', 'https://codemirror.net/' ],
    747747                        [ 'Color Animations', 'https://plugins.jquery.com/color/' ],
    748                         [ 'getID3()', 'http://getid3.sourceforge.net/' ],
     748                        [ 'getID3()', 'https://www.getid3.org/' ],
    749749                        [ 'FormData', 'https://github.com/jimmywarting/FormData' ],
    750750                        [ 'Horde Text Diff', 'https://pear.horde.org/' ],
    751                         [ 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ],
    752                         [ 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ],
     751                        [ 'hoverIntent', 'https://github.com/briancherne/jquery-hoverIntent' ],
     752                        [ 'imgAreaSelect', 'https://github.com/odyniec/imgareaselect' ],
    753753                        [ 'Iris', 'https://github.com/Automattic/Iris' ],
    754754                        [ 'jQuery', 'https://jquery.com/' ],
    755755                        [ 'jQuery UI', 'https://jqueryui.com/' ],
    756                         [ 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ],
    757                         [ 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ],
     756                        [ 'jQuery Hotkeys', 'https://github.com/mathusiast/jquery.hotkeys' ],
     757                        [ 'jQuery serializeObject', 'https://benalman.com/projects/jquery-misc-plugins/' ],
    758758                        [ 'jQuery.query', 'https://plugins.jquery.com/query-object/' ],
    759759                        [ 'jQuery.suggest', 'https://github.com/pvulgaris/jquery.suggest' ],
    760                         [ 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ],
     760                        [ 'jQuery UI Touch Punch', 'https://github.com/furf/jquery-ui-touch-punch' ],
    761761                        [ 'json2', 'https://github.com/douglascrockford/JSON-js' ],
    762762                        [ 'Lodash', 'https://lodash.com/' ],
    763                         [ 'Masonry', 'http://masonry.desandro.com/' ],
    764                         [ 'MediaElement.js', 'http://mediaelementjs.com/' ],
     763                        [ 'Masonry', 'https://masonry.desandro.com/' ],
     764                        [ 'MediaElement.js', 'https://www.mediaelementjs.com/' ],
    765765                        [ 'Moment', 'http://momentjs.com/' ],
    766                         [ 'PclZip', 'http://www.phpconcept.net/pclzip/' ],
     766                        [ 'PclZip', 'https://www.phpconcept.net/pclzip/' ],
    767767                        [ 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ],
    768                         [ 'phpass', 'http://www.openwall.com/phpass/' ],
     768                        [ 'phpass', 'https://www.openwall.com/phpass/' ],
    769769                        [ 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ],
    770770                        [ 'Plupload', 'http://www.plupload.com/' ],
    771771                        [ 'random_compat', 'https://github.com/paragonie/random_compat' ],
    772                         [ 'React', 'https://reactjs.org/' ],
     772                        [ 'React', 'https://react.dev/' ],
    773773                        [ 'Redux', 'https://redux.js.org/' ],
    774                         [ 'Requests', 'http://requests.ryanmccue.info/' ],
     774                        [ 'Requests', 'https://requests.ryanmccue.info/' ],
    775775                        [ 'SimplePie', 'http://simplepie.org/' ],
    776776                        [ 'The Incutio XML-RPC Library', 'https://code.google.com/archive/p/php-ixr/' ],
    777                         [ 'Thickbox', 'http://codylindley.com/thickbox/' ],
    778                         [ 'TinyMCE', 'https://www.tinymce.com/' ],
     777                        [ 'Thickbox', 'https://codylindley.com/thickbox/' ],
     778                        [ 'TinyMCE', 'https://www.tiny.cloud/' ],
    779779                        [ 'Twemoji', 'https://github.com/twitter/twemoji' ],
    780780                        [ 'Underscore.js', 'http://underscorejs.org/' ],
    781                         [ 'whatwg-fetch', 'https://github.com/github/fetch' ],
     781                        [ 'whatwg-fetch', 'https://github.com/JakeChampion/fetch' ],
    782782                        [ 'zxcvbn', 'https://github.com/dropbox/zxcvbn' ],
    783783                ];
Note: See TracChangeset for help on using the changeset viewer.