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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-12-03 03:02:24 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 03:02:24 +0400
commitb40e4d1da3296b05e5aa1abe64ee12548023da77 (patch)
tree74152033cf00301e04c640cf1ac9fe036bf31f19 /plugins/Overlay
parent9b12e776ce827fd552c40a0e7ec3d12e98e2f552 (diff)
converted some links to use @link
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php
index 05f27e7e2c..8fd8f26a0b 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -111,7 +111,7 @@ class API extends \Piwik\Plugin\API
*
* This event can be used by plugins that provide their own authentication mechanism
* to make that mechanism available. Subscribers should set the `'auth'` object in
- * the [Piwik\Registry](#) to an object that implements the [Auth](#) interface.
+ * the {@link Piwik\Registry} to an object that implements the {@link Piwik\Auth} interface.
*
* **Example**
*