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:
authorLuca <41986129+obendev@users.noreply.github.com>2019-07-05 20:22:56 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-07-05 20:22:56 +0300
commitb16a791aa3650d85af829156129c2bd44c7cb075 (patch)
treebc97d823452ec39d84f7d7dc3aff3f2f22a941c3 /plugins/Monolog/Handler
parent281c1369b7e8c49156d7df79c7e8bb8276be3763 (diff)
Update the link tag for all php files (#14635)
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
Diffstat (limited to 'plugins/Monolog/Handler')
-rw-r--r--plugins/Monolog/Handler/DatabaseHandler.php2
-rw-r--r--plugins/Monolog/Handler/EchoHandler.php2
-rw-r--r--plugins/Monolog/Handler/FailureLogMessageDetector.php2
-rw-r--r--plugins/Monolog/Handler/FileHandler.php2
-rw-r--r--plugins/Monolog/Handler/LogCaptureHandler.php2
-rw-r--r--plugins/Monolog/Handler/WebNotificationHandler.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Monolog/Handler/DatabaseHandler.php b/plugins/Monolog/Handler/DatabaseHandler.php
index 99ccd68670..c7d710516d 100644
--- a/plugins/Monolog/Handler/DatabaseHandler.php
+++ b/plugins/Monolog/Handler/DatabaseHandler.php
@@ -2,7 +2,7 @@
/**
* Piwik - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Monolog/Handler/EchoHandler.php b/plugins/Monolog/Handler/EchoHandler.php
index 0a432cb3d6..e32f2a038b 100644
--- a/plugins/Monolog/Handler/EchoHandler.php
+++ b/plugins/Monolog/Handler/EchoHandler.php
@@ -2,7 +2,7 @@
/**
* Piwik - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Monolog/Handler/FailureLogMessageDetector.php b/plugins/Monolog/Handler/FailureLogMessageDetector.php
index ea37f4ba08..badd8fe9c8 100644
--- a/plugins/Monolog/Handler/FailureLogMessageDetector.php
+++ b/plugins/Monolog/Handler/FailureLogMessageDetector.php
@@ -2,7 +2,7 @@
/**
* Piwik - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Monolog/Handler/FileHandler.php b/plugins/Monolog/Handler/FileHandler.php
index 705d455dfd..461eb2417c 100644
--- a/plugins/Monolog/Handler/FileHandler.php
+++ b/plugins/Monolog/Handler/FileHandler.php
@@ -2,7 +2,7 @@
/**
* Piwik - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Monolog/Handler/LogCaptureHandler.php b/plugins/Monolog/Handler/LogCaptureHandler.php
index fbe4acad29..7a7d4e0303 100644
--- a/plugins/Monolog/Handler/LogCaptureHandler.php
+++ b/plugins/Monolog/Handler/LogCaptureHandler.php
@@ -2,7 +2,7 @@
/**
* Piwik - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Monolog/Handler/WebNotificationHandler.php b/plugins/Monolog/Handler/WebNotificationHandler.php
index 9ff76958aa..a71b0ff28e 100644
--- a/plugins/Monolog/Handler/WebNotificationHandler.php
+++ b/plugins/Monolog/Handler/WebNotificationHandler.php
@@ -2,7 +2,7 @@
/**
* Piwik - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/