This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main by this push:
new e4f8ffa6 Updated Apache Analytics Base URI
e4f8ffa6 is described below
commit e4f8ffa6b4d3cd650402dcd4519b68abfdaf248f
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Sep 5 21:02:21 2024 -0500
Updated Apache Analytics Base URI
---
themes/nifi/layouts/partials/matomo.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/nifi/layouts/partials/matomo.html
b/themes/nifi/layouts/partials/matomo.html
index fca0004d..8bdb09cf 100644
--- a/themes/nifi/layouts/partials/matomo.html
+++ b/themes/nifi/layouts/partials/matomo.html
@@ -4,7 +4,7 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
- var baseUri = "//matomo.privacy.apache.org/";
+ var baseUri = "//analytics.apache.org/";
_paq.push(['setTrackerUrl', baseUri + 'matomo.php']);
_paq.push(['setSiteId', '{{ .Site.Params.matomoSiteId }}']);
var trackerElement = document.createElement('script');