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/ExampleUI
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/ExampleUI')
-rw-r--r--plugins/ExampleUI/API.php2
-rw-r--r--plugins/ExampleUI/Categories/ExampleUiCategory.php2
-rw-r--r--plugins/ExampleUI/Controller.php2
-rw-r--r--plugins/ExampleUI/Menu.php2
-rw-r--r--plugins/ExampleUI/Reports/Base.php2
-rw-r--r--plugins/ExampleUI/Reports/GetPlanetRatios.php2
-rw-r--r--plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php2
-rw-r--r--plugins/ExampleUI/Reports/GetTemperatures.php2
-rw-r--r--plugins/ExampleUI/Reports/GetTemperaturesEvolution.php2
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 7f5e911ed7..528045221e 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.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/ExampleUI/Categories/ExampleUiCategory.php b/plugins/ExampleUI/Categories/ExampleUiCategory.php
index cc7d2fd219..5adbf80c75 100644
--- a/plugins/ExampleUI/Categories/ExampleUiCategory.php
+++ b/plugins/ExampleUI/Categories/ExampleUiCategory.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/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index c032d449fa..b10f203e15 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.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/ExampleUI/Menu.php b/plugins/ExampleUI/Menu.php
index 64e6b04c68..8367e2153f 100644
--- a/plugins/ExampleUI/Menu.php
+++ b/plugins/ExampleUI/Menu.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/ExampleUI/Reports/Base.php b/plugins/ExampleUI/Reports/Base.php
index 88fa676754..d6ead5f31b 100644
--- a/plugins/ExampleUI/Reports/Base.php
+++ b/plugins/ExampleUI/Reports/Base.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/ExampleUI/Reports/GetPlanetRatios.php b/plugins/ExampleUI/Reports/GetPlanetRatios.php
index 244e8f79c8..df18f9027c 100644
--- a/plugins/ExampleUI/Reports/GetPlanetRatios.php
+++ b/plugins/ExampleUI/Reports/GetPlanetRatios.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/ExampleUI/Reports/GetPlanetRatiosWithLogos.php b/plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php
index d4d205e6c9..4cc1484fbd 100644
--- a/plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php
+++ b/plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.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/ExampleUI/Reports/GetTemperatures.php b/plugins/ExampleUI/Reports/GetTemperatures.php
index 0449e8b3e2..cf14b0a2e6 100644
--- a/plugins/ExampleUI/Reports/GetTemperatures.php
+++ b/plugins/ExampleUI/Reports/GetTemperatures.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/ExampleUI/Reports/GetTemperaturesEvolution.php b/plugins/ExampleUI/Reports/GetTemperaturesEvolution.php
index ff8ea66e10..aa36155004 100644
--- a/plugins/ExampleUI/Reports/GetTemperaturesEvolution.php
+++ b/plugins/ExampleUI/Reports/GetTemperaturesEvolution.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
*/