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-58.php

    r13222 r14906  
    648648        public function external_libraries() {
    649649                return [
    650                         [ 'Babel Polyfill', 'https://babeljs.io/docs/en/babel-polyfill' ],
     650                        [ 'Babel Polyfill', 'https://babeljs.io/docs/babel-polyfill' ],
    651651                        [ 'Backbone.js', 'http://backbonejs.org/' ],
    652652                        [ 'Class POP3', 'https://squirrelmail.org/' ],
     
    655655                        [ 'CodeMirror', 'https://codemirror.net/' ],
    656656                        [ 'Color Animations', 'https://plugins.jquery.com/color/' ],
    657                         [ 'getID3()', 'http://getid3.sourceforge.net/' ],
     657                        [ 'getID3()', 'https://www.getid3.org/' ],
    658658                        [ 'FormData', 'https://github.com/jimmywarting/FormData' ],
    659659                        [ 'Horde Text Diff', 'https://pear.horde.org/' ],
    660                         [ 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ],
    661                         [ 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ],
     660                        [ 'hoverIntent', 'https://github.com/briancherne/jquery-hoverIntent' ],
     661                        [ 'imgAreaSelect', 'https://github.com/odyniec/imgareaselect' ],
    662662                        [ 'Iris', 'https://github.com/Automattic/Iris' ],
    663663                        [ 'jQuery', 'https://jquery.com/' ],
    664664                        [ 'jQuery UI', 'https://jqueryui.com/' ],
    665                         [ 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ],
    666                         [ 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ],
     665                        [ 'jQuery Hotkeys', 'https://github.com/mathusiast/jquery.hotkeys' ],
     666                        [ 'jQuery serializeObject', 'https://benalman.com/projects/jquery-misc-plugins/' ],
    667667                        [ 'jQuery.query', 'https://plugins.jquery.com/query-object/' ],
    668668                        [ 'jQuery.suggest', 'https://github.com/pvulgaris/jquery.suggest' ],
    669                         [ 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ],
     669                        [ 'jQuery UI Touch Punch', 'https://github.com/furf/jquery-ui-touch-punch' ],
    670670                        [ 'json2', 'https://github.com/douglascrockford/JSON-js' ],
    671671                        [ 'Lodash', 'https://lodash.com/' ],
    672                         [ 'Masonry', 'http://masonry.desandro.com/' ],
    673                         [ 'MediaElement.js', 'http://mediaelementjs.com/' ],
     672                        [ 'Masonry', 'https://masonry.desandro.com/' ],
     673                        [ 'MediaElement.js', 'https://www.mediaelementjs.com/' ],
    674674                        [ 'Moment', 'http://momentjs.com/' ],
    675                         [ 'PclZip', 'http://www.phpconcept.net/pclzip/' ],
     675                        [ 'PclZip', 'https://www.phpconcept.net/pclzip/' ],
    676676                        [ 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ],
    677                         [ 'phpass', 'http://www.openwall.com/phpass/' ],
     677                        [ 'phpass', 'https://www.openwall.com/phpass/' ],
    678678                        [ 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ],
    679679                        [ 'Plupload', 'http://www.plupload.com/' ],
    680680                        [ 'random_compat', 'https://github.com/paragonie/random_compat' ],
    681                         [ 'React', 'https://reactjs.org/' ],
     681                        [ 'React', 'https://react.dev/' ],
    682682                        [ 'Redux', 'https://redux.js.org/' ],
    683                         [ 'Requests', 'http://requests.ryanmccue.info/' ],
     683                        [ 'Requests', 'https://requests.ryanmccue.info/' ],
    684684                        [ 'SimplePie', 'http://simplepie.org/' ],
    685685                        [ 'The Incutio XML-RPC Library', 'https://code.google.com/archive/p/php-ixr/' ],
    686                         [ 'Thickbox', 'http://codylindley.com/thickbox/' ],
    687                         [ 'TinyMCE', 'https://www.tinymce.com/' ],
     686                        [ 'Thickbox', 'https://codylindley.com/thickbox/' ],
     687                        [ 'TinyMCE', 'https://www.tiny.cloud/' ],
    688688                        [ 'Twemoji', 'https://github.com/twitter/twemoji' ],
    689689                        [ 'Underscore.js', 'http://underscorejs.org/' ],
    690                         [ 'whatwg-fetch', 'https://github.com/github/fetch' ],
     690                        [ 'whatwg-fetch', 'https://github.com/JakeChampion/fetch' ],
    691691                        [ 'zxcvbn', 'https://github.com/dropbox/zxcvbn' ],
    692692                ];
Note: See TracChangeset for help on using the changeset viewer.