Skip to content

Commit 6fe9bcd

Browse files
authored
Update docu link
1 parent f3f27a2 commit 6fe9bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MapsHooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function addToAdminLinks( ALTree &$admin_links_tree ) {
4646

4747
$maps_docu_label = wfMessage( 'adminlinks_documentation', 'Maps' )->text();
4848
$smw_docu_row->addItem(
49-
AlItem::newFromExternalLink( 'https://www.semantic-mediawiki.org/wiki/Extension:Maps', $maps_docu_label )
49+
AlItem::newFromExternalLink( 'https://maps.extension.wiki', $maps_docu_label )
5050
);
5151

5252
return true;

0 commit comments

Comments
 (0)