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:
authorJulienMoumne <julien@piwik.org>2011-02-11 23:17:47 +0300
committerJulienMoumne <julien@piwik.org>2011-02-11 23:17:47 +0300
commit146a2303f2cb6cdf87f45a32313ebd021fa41eeb (patch)
treee35ba5f12b53e53a6e274b04e51a3a78c78c566a /plugins/ExampleAPI
parent8b8f8d855a73c95943e5c40f4ac3b21e6d78c35f (diff)
documentation links update
git-svn-id: http://dev.piwik.org/svn/trunk@3865 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index 34e663958e..4ced4640cc 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -17,7 +17,7 @@
*
* Functions can be called internally using the PHP objects directly, or via the
* Piwik Web APIs, using HTTP requests. For more information, check out:
- * http://dev.piwik.org/trac/wiki/API/CallingTechniques
+ * http://piwik.org/docs/analytics-api/calling-techniques
*
* Parameters are passed automatically from the GET request to the API functions.
*