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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-11-23 00:09:16 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-11-23 00:09:16 +0300
commit741397e51065b29e0a2602b63cd5d93b8a1b924e (patch)
tree9bae5d808ce6b42bc63ff08b89c58d7b85f3edd5
parentbca533ad4369a2d8215cda113f3e2d7e1169213a (diff)
Removed broken links, we do not really have replacements for these links that we can directly link to
-rw-r--r--core/API/Request.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/API/Request.php b/core/API/Request.php
index 834d83290e..8ec38f50aa 100644
--- a/core/API/Request.php
+++ b/core/API/Request.php
@@ -36,12 +36,10 @@ use Piwik\Plugin\Manager as PluginManager;
* ### Post-processing
*
* The return value of API methods undergo some extra processing before being returned by Request.
- * To learn more about what happens to API results, read [this](/guides/piwiks-web-api#extra-report-processing).
*
* ### Output Formats
*
* The value returned by Request will be serialized to a certain format before being returned.
- * To see the list of supported output formats, read [this](/guides/piwiks-web-api#output-formats).
*
* ### Examples
*