Can I please have the following SQL commands…

Can I please have the following SQL commands run against the Codex Mediawiki database?

INSERT INTO interwiki (iw_prefix, iw_url, iw_local, iw_trans) VALUES ('wporgmake', 'https://make.wordpress.org/$1', 1, 0);
INSERT INTO interwiki (iw_prefix, iw_url, iw_local, iw_trans) VALUES ('wporglearn', 'https://learn.wordpress.org/$1', 1, 0);

This is designed to allow us to create external links and redirects to handbooks, which (will) live in WordPress on make.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ and learn.wordpress.org.

#codex