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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 18:57:40 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-14 18:57:40 +0300
commit47a2ecd21a3d7a352a6c65c2334b6fd8a4296f5a (patch)
tree90a9f51b80a64e3b52e50f158270d4c979d8b383 /plugins/API
parent778c09540f19812342f274b0632846d596468bc4 (diff)
Plugins page: use redirectToUrl on external links
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/API.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index 4b0d33bf0f..86ca6a9b02 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -20,7 +20,8 @@ class Piwik_API extends Piwik_Plugin
{
return array(
'name' => 'API',
- 'description' => 'All the data in Piwik is available through simple APIs. This plugin is the web service entry point, that you can call to get your Web Analytics data in xml, json, php, csv, etc. Discover the <a href="http://dev.piwik.org/trac/wiki/API/Reference">Piwik APIs</a>.',
+ 'description' => 'All the data in Piwik is available through simple APIs. This plugin is the web service entry point, that you can call to get your Web Analytics data in xml, json, php, csv, etc.</a>.',
+ 'homepage' => 'misc/redirectToUrl.php?url=http://dev.piwik.org/trac/wiki/API/Reference',
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'version' => Piwik_Version::VERSION,