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:
Diffstat (limited to 'core/Mail.php')
-rw-r--r--core/Mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Mail.php b/core/Mail.php
index 903d773fac..85c932ca67 100644
--- a/core/Mail.php
+++ b/core/Mail.php
@@ -14,7 +14,7 @@ use Zend_Mail;
/**
* Class for sending mails, for more information see:
- * [http://framework.zend.com/manual/en/zend.mail.html](#http://framework.zend.com/manual/en/zend.mail.html)
+ * {@link http://framework.zend.com/manual/en/zend.mail.html}
*
* @package Piwik
* @see Zend_Mail, libs/Zend/Mail.php