This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit 88d1e241f651b3b4cb4d24de76d98609e00d02c6 Author: exceptionfactory <[email protected]> AuthorDate: Thu Sep 5 21:02:21 2024 -0500 Updated Apache Analytics Base URI (cherry picked from commit e4f8ffa6b4d3cd650402dcd4519b68abfdaf248f) --- 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');
