Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/Menu
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-12-02 23:15:05 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-02 23:15:05 +0400
commitfcf22b6687b7d257f4fad45accf608d4b7917a9f (patch)
tree02b343d08a467bb6db1a6fef4c3fd2437f5c4262 /core/Menu
parent56ac168152a04bd4cb55066f525367d1d807d423 (diff)
refs #4244 updated some existing links to use link inline tag
Diffstat (limited to 'core/Menu')
-rw-r--r--core/Menu/MenuAdmin.php2
-rw-r--r--core/Menu/MenuMain.php2
-rw-r--r--core/Menu/MenuTop.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php
index fb6eb139c1..5338c786a3 100644
--- a/core/Menu/MenuAdmin.php
+++ b/core/Menu/MenuAdmin.php
@@ -64,7 +64,7 @@ class MenuAdmin extends MenuAbstract
* Triggered when collecting all available admin menu items. Subscribe to this event if you want
* to add one or more items to the Piwik admin menu.
*
- * Menu items should be added via the [Menu::add](#) method.
+ * Menu items should be added via the {@link Menu::add()} method.
*
* **Example**
*
diff --git a/core/Menu/MenuMain.php b/core/Menu/MenuMain.php
index f1c35989d2..e3f5c3ba3b 100644
--- a/core/Menu/MenuMain.php
+++ b/core/Menu/MenuMain.php
@@ -70,7 +70,7 @@ class MenuMain extends MenuAbstract
* Triggered when collecting all available reporting menu items. Subscribe to this event if you
* want to add one or more items to the Piwik reporting menu.
*
- * Menu items should be added via the [Menu::add](#) method.
+ * Menu items should be added via the {@link add()} method.
*
* **Example**
*
diff --git a/core/Menu/MenuTop.php b/core/Menu/MenuTop.php
index e51517658f..7333f79924 100644
--- a/core/Menu/MenuTop.php
+++ b/core/Menu/MenuTop.php
@@ -95,7 +95,7 @@ class MenuTop extends MenuAbstract
* page, next to the login/logout links. Subscribe to this event if you want to add one or more items
* to the top menu.
*
- * Menu items should be added via the [MenuTop::addEntry](#addEntry) method.
+ * Menu items should be added via the {@link addEntry()} method.
*
* **Example**
*