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 'plugins/BulkTracking/Tracker/Requests.php')
-rw-r--r--plugins/BulkTracking/Tracker/Requests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BulkTracking/Tracker/Requests.php b/plugins/BulkTracking/Tracker/Requests.php
index af4eb23a15..5baf6bbd4d 100644
--- a/plugins/BulkTracking/Tracker/Requests.php
+++ b/plugins/BulkTracking/Tracker/Requests.php
@@ -43,7 +43,7 @@ class Requests
{
if (empty($token)) {
throw new Exception("token_auth must be specified when using Bulk Tracking Import. "
- . " See <a href='http://developer.piwik.org/api-reference/tracking-api'>Tracking Doc</a>");
+ . " See <a href='https://developer.piwik.org/api-reference/tracking-api'>Tracking Doc</a>");
}
}