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', 'http://make.wordpress.org/$1', 1, 0);
INSERT INTO interwiki (iw_prefix, iw_url, iw_local, iw_trans) VALUES ('wporglearn', 'http://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.org and learn.wordpress.org.
Andrew Nacin 9:23 pm on January 31, 2013 Permalink | Log in to Reply
Implemented by @stankea. Confirmed as working: http://codex.wordpress.org/Automated_Testing?redirect=no.