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',
);
/**@{