Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/

This commit is contained in:
Brion Vibber 2011-12-13 23:49:33 +00:00
parent 6d10f1d229
commit 02f69bf300

View File

@ -24,7 +24,7 @@ $wgExtensionCredits['parserhook'][] = array(
'version' => '1.0',
'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ),
'description' => 'Render mathematical formulas between <code>&lt;math&gt;</code> ... <code>&lt;/math&gt;</code> tags',
'url' => 'http://www.mediawiki.org/wiki/Extension:Math',
'url' => 'https://www.mediawiki.org/wiki/Extension:Math',
);
/**@{