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/Contents/Columns
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/Contents/Columns')
-rw-r--r--plugins/Contents/Columns/ContentInteraction.php2
-rw-r--r--plugins/Contents/Columns/ContentName.php2
-rw-r--r--plugins/Contents/Columns/ContentPiece.php2
-rw-r--r--plugins/Contents/Columns/ContentTarget.php2
-rw-r--r--plugins/Contents/Columns/Metrics/InteractionRate.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Contents/Columns/ContentInteraction.php b/plugins/Contents/Columns/ContentInteraction.php
index e188fab521..dd9728bb05 100644
--- a/plugins/Contents/Columns/ContentInteraction.php
+++ b/plugins/Contents/Columns/ContentInteraction.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/Contents/Columns/ContentName.php b/plugins/Contents/Columns/ContentName.php
index 47255787d6..b327918a77 100644
--- a/plugins/Contents/Columns/ContentName.php
+++ b/plugins/Contents/Columns/ContentName.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/Contents/Columns/ContentPiece.php b/plugins/Contents/Columns/ContentPiece.php
index 0bf5464611..35ac1df8cc 100644
--- a/plugins/Contents/Columns/ContentPiece.php
+++ b/plugins/Contents/Columns/ContentPiece.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/Contents/Columns/ContentTarget.php b/plugins/Contents/Columns/ContentTarget.php
index 7448770749..00d80dd835 100644
--- a/plugins/Contents/Columns/ContentTarget.php
+++ b/plugins/Contents/Columns/ContentTarget.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/Contents/Columns/Metrics/InteractionRate.php b/plugins/Contents/Columns/Metrics/InteractionRate.php
index 513f0efe35..d9efac5b90 100644
--- a/plugins/Contents/Columns/Metrics/InteractionRate.php
+++ b/plugins/Contents/Columns/Metrics/InteractionRate.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
*/