diff --git a/src/plugins/system/weblinks/weblinks.php b/src/plugins/system/weblinks/weblinks.php index 1311d6a..b05a66a 100644 --- a/src/plugins/system/weblinks/weblinks.php +++ b/src/plugins/system/weblinks/weblinks.php @@ -58,7 +58,7 @@ class PlgSystemWeblinks extends JPlugin 'title' => JText::sprintf('PLG_SYSTEM_WEBLINKS_STATISTICS'), 'icon' => 'out-2', 'data' => $links, - 'link' => JUri::root() . 'administrator/index.php?option=com_weblinks&view=weblinks&filter[published]=1', + 'link' => JRoute::_('index.php?option=com_weblinks&view=weblinks&filter[published]=1'), )); } }