Index: trunk/extensions/SpamBlacklist/SpamBlacklist.php |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | $wgExtensionCredits['other'][] = array( |
24 | 24 | 'name' => 'SpamBlacklist', |
25 | 25 | 'author' => 'Tim Starling', |
26 | | - 'url' => 'http://meta.wikimedia.org/wiki/SpamBlacklist_extension', |
| 26 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:SpamBlacklist', |
27 | 27 | 'description' => 'Regex based anti spam tool', |
28 | 28 | ); |
29 | 29 | |
Index: trunk/extensions/Resign/SpecialResign.php |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | $wgExtensionCredits['specialpage'][] = array( |
15 | 15 | 'author' => 'Rotem Liss', |
16 | 16 | 'name' => 'Resign', |
| 17 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Resign', |
17 | 18 | 'description' => 'Gives users the ability to remove their permissions' |
18 | 19 | ); |
19 | 20 | |
Index: trunk/extensions/Newuserlog/Newuserlog.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | $wgExtensionCredits['other'][] = array( |
17 | 17 | 'name' => 'Newuserlog', |
18 | 18 | 'description' => 'adds a [[Special:Log/newusers|log of account creations]] to [[Special:Log]]', |
19 | | - 'url' => 'http://meta.wikimedia.org/wiki/Newuserlog', |
| 19 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Newuserlog', |
20 | 20 | 'author' => 'Ævar Arnfjörð Bjarmason' |
21 | 21 | ); |
22 | 22 | |