From 02f69bf3001d24e7238f0a2a52f60b5d0157aaf5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 13 Dec 2011 23:49:33 +0000 Subject: [PATCH] Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/ --- Math.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math.php b/Math.php index 7d84e79eb..8b88fb9ab 100644 --- a/Math.php +++ b/Math.php @@ -24,7 +24,7 @@ $wgExtensionCredits['parserhook'][] = array( 'version' => '1.0', 'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ), 'description' => 'Render mathematical formulas between <math> ... </math> tags', - 'url' => 'http://www.mediawiki.org/wiki/Extension:Math', + 'url' => 'https://www.mediawiki.org/wiki/Extension:Math', ); /**@{