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 b650c2f9c9
commit f5aadf358c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $wgExtensionCredits['specialpage'][] = array(
'path' => __FILE__,
'name' => 'ContactPage',
'author' => 'Daniel Kinzler',
'url' => 'http://www.mediawiki.org/wiki/Extension:ContactPage',
'url' => 'https://www.mediawiki.org/wiki/Extension:ContactPage',
'descriptionmsg' => 'contactpage-desc',
);