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 07:06:29 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 07:06:29 +0400
commitf0fa7f115bfe7868243907579787efc9bb659358 (patch)
tree9b7e6b663cf1c0ee2b1f0ea6f064f953fb78b178 /core/Mail.php
parentee2936a03c196c45bfdaa6cf9e0d3beefd74cb12 (diff)
refs #4244 fix more links
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