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:
authorLukas Winkler <git@lw1.at>2019-09-23 23:53:29 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-09-23 23:53:29 +0300
commit888d8c286ebd4bf317af9ec8321a0fd908ef841b (patch)
treec8867f26582963218413bb852a9bbd92e2c5f304
parent83e025eede225579ce3120d3620f812fb037b3b2 (diff)
fixed broken link in ImageGraph API (#14906)
* remove broken link in ImageGraph API * found the guide at a new URL
-rw-r--r--plugins/ImageGraph/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ImageGraph/API.php b/plugins/ImageGraph/API.php
index ae52f6d832..e0e064a591 100644
--- a/plugins/ImageGraph/API.php
+++ b/plugins/ImageGraph/API.php
@@ -28,7 +28,7 @@ use Piwik\Translate;
* - $colors accepts a comma delimited list of colors that will overwrite the default Matomo colors <br/>
* - you can also customize the width, height, font size, metric being plotted (in case the data contains multiple columns/metrics).
*
- * See also <a href='http://matomo.org/docs/analytics-api/metadata/#toc-static-image-graphs'>How to embed static Image Graphs?</a> for more information.
+ * See also <a href='https://developer.matomo.org/api-reference/reporting-api-metadata#static-image-graphs'>How to embed static Image Graphs?</a> for more information.
*
* @method static \Piwik\Plugins\ImageGraph\API getInstance()
*/