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
path: root/js
diff options
context:
space:
mode:
authorStarker3 <richard@stark-records.com>2022-06-13 10:23:47 +0300
committerGitHub <noreply@github.com>2022-06-13 10:23:47 +0300
commit860a1719fe133fa56df9d737dd96323cf7d1bb30 (patch)
tree9f728b05a24fa230235339dbe71ba64a8ae5b269 /js
parent99ec093e1e50867aa7d262cdcc1a0ce4e62418c4 (diff)
Fix FAQ # links (#19347)
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/piwik.js b/js/piwik.js
index b28e1ccd22..f2126a3d14 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -5795,7 +5795,7 @@ if (typeof window.Matomo !== 'object') {
/**
* Set array of campaign name parameters
*
- * @see https://matomo.org/faq/how-to/#faq_120
+ * @see https://matomo.org/faq/how-to/faq_120
* @param string|array campaignNames
*/
this.setCampaignNameKey = function (campaignNames) {
@@ -5805,7 +5805,7 @@ if (typeof window.Matomo !== 'object') {
/**
* Set array of campaign keyword parameters
*
- * @see https://matomo.org/faq/how-to/#faq_120
+ * @see https://matomo.org/faq/how-to/faq_120
* @param string|array campaignKeywords
*/
this.setCampaignKeywordKey = function (campaignKeywords) {