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/Events/API.php')
-rw-r--r--plugins/Events/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/API.php b/plugins/Events/API.php
index 7950cd2637..20a644ca7e 100644
--- a/plugins/Events/API.php
+++ b/plugins/Events/API.php
@@ -17,7 +17,7 @@ use Piwik\Piwik;
/**
* The Events API lets you request reports about your users' Custom Events.
*
- * Events are tracked using the Javascript Tracker trackEvent() function, or using the [Tracking HTTP API](http://developer.piwik.org/api-reference/tracking-api).
+ * Events are tracked using the Javascript Tracker trackEvent() function, or using the [Tracking HTTP API](http://developer.matomo.org/api-reference/tracking-api).
*
* <br/>An event is defined by an event category (Videos, Music, Games...),
* an event action (Play, Pause, Duration, Add Playlist, Downloaded, Clicked...),