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

    r13222 r14906  
    563563        public function external_libraries() {
    564564                return [
    565                         [ 'Babel Polyfill', 'https://babeljs.io/docs/en/babel-polyfill' ],
     565                        [ 'Babel Polyfill', 'https://babeljs.io/docs/babel-polyfill' ],
    566566                        [ 'Backbone.js', 'http://backbonejs.org/' ],
    567567                        [ 'Class POP3', 'https://squirrelmail.org/' ],
     
    569569                        [ 'CodeMirror', 'https://codemirror.net/' ],
    570570                        [ 'Color Animations', 'https://plugins.jquery.com/color/' ],
    571                         [ 'getID3()', 'http://getid3.sourceforge.net/' ],
     571                        [ 'getID3()', 'https://www.getid3.org/' ],
    572572                        [ 'FormData', 'https://github.com/jimmywarting/FormData' ],
    573573                        [ 'Horde Text Diff', 'https://pear.horde.org/' ],
    574                         [ 'hoverIntent', 'http://cherne.net/brian/resources/jquery.hoverIntent.html' ],
    575                         [ 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ],
     574                        [ 'hoverIntent', 'https://github.com/briancherne/jquery-hoverIntent' ],
     575                        [ 'imgAreaSelect', 'https://github.com/odyniec/imgareaselect' ],
    576576                        [ 'Iris', 'https://github.com/Automattic/Iris' ],
    577577                        [ 'jQuery', 'https://jquery.com/' ],
    578578                        [ 'jQuery UI', 'https://jqueryui.com/' ],
    579                         [ 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ],
    580                         [ 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ],
     579                        [ 'jQuery Hotkeys', 'https://github.com/mathusiast/jquery.hotkeys' ],
     580                        [ 'jQuery serializeObject', 'https://benalman.com/projects/jquery-misc-plugins/' ],
    581581                        [ 'jQuery.query', 'https://plugins.jquery.com/query-object/' ],
    582582                        [ 'jQuery.suggest', 'https://github.com/pvulgaris/jquery.suggest' ],
    583                         [ 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ],
     583                        [ 'jQuery UI Touch Punch', 'https://github.com/furf/jquery-ui-touch-punch' ],
    584584                        [ 'json2', 'https://github.com/douglascrockford/JSON-js' ],
    585585                        [ 'Lodash', 'https://lodash.com/' ],
    586                         [ 'Masonry', 'http://masonry.desandro.com/' ],
    587                         [ 'MediaElement.js', 'http://mediaelementjs.com/' ],
     586                        [ 'Masonry', 'https://masonry.desandro.com/' ],
     587                        [ 'MediaElement.js', 'https://www.mediaelementjs.com/' ],
    588588                        [ 'Moment', 'http://momentjs.com/' ],
    589                         [ 'PclZip', 'http://www.phpconcept.net/pclzip/' ],
     589                        [ 'PclZip', 'https://www.phpconcept.net/pclzip/' ],
    590590                        [ 'PemFTP', 'https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html' ],
    591                         [ 'phpass', 'http://www.openwall.com/phpass/' ],
     591                        [ 'phpass', 'https://www.openwall.com/phpass/' ],
    592592                        [ 'PHPMailer', 'https://github.com/PHPMailer/PHPMailer' ],
    593593                        [ 'Plupload', 'http://www.plupload.com/' ],
    594594                        [ 'random_compat', 'https://github.com/paragonie/random_compat' ],
    595                         [ 'React', 'https://reactjs.org/' ],
     595                        [ 'React', 'https://react.dev/' ],
    596596                        [ 'Redux', 'https://redux.js.org/' ],
    597                         [ 'Requests', 'http://requests.ryanmccue.info/' ],
     597                        [ 'Requests', 'https://requests.ryanmccue.info/' ],
    598598                        [ 'SimplePie', 'http://simplepie.org/' ],
    599599                        [ 'The Incutio XML-RPC Library', 'https://code.google.com/archive/p/php-ixr/' ],
    600                         [ 'Thickbox', 'http://codylindley.com/thickbox/' ],
    601                         [ 'TinyMCE', 'https://www.tinymce.com/' ],
     600                        [ 'Thickbox', 'https://codylindley.com/thickbox/' ],
     601                        [ 'TinyMCE', 'https://www.tiny.cloud/' ],
    602602                        [ 'Twemoji', 'https://github.com/twitter/twemoji' ],
    603603                        [ 'Underscore.js', 'http://underscorejs.org/' ],
    604                         [ 'whatwg-fetch', 'https://github.com/github/fetch' ],
     604                        [ 'whatwg-fetch', 'https://github.com/JakeChampion/fetch' ],
    605605                        [ 'zxcvbn', 'https://github.com/dropbox/zxcvbn' ],
    606606                ];
Note: See TracChangeset for help on using the changeset viewer.