We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f27a2 commit 6fe9bcdCopy full SHA for 6fe9bcd
src/MapsHooks.php
@@ -46,7 +46,7 @@ public static function addToAdminLinks( ALTree &$admin_links_tree ) {
46
47
$maps_docu_label = wfMessage( 'adminlinks_documentation', 'Maps' )->text();
48
$smw_docu_row->addItem(
49
- AlItem::newFromExternalLink( 'https://www.semantic-mediawiki.org/wiki/Extension:Maps', $maps_docu_label )
+ AlItem::newFromExternalLink( 'https://maps.extension.wiki', $maps_docu_label )
50
);
51
52
return true;
0 commit comments