This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch minor-fix-matomo-url in repository https://gitbox.apache.org/repos/asf/kafka-site.git
commit c0a9bb1c7e749229f619ce11921aff98d384f76a Author: David Arthur <[email protected]> AuthorDate: Tue Feb 25 11:47:47 2025 -0500 fix the url --- includes/_header.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/_header.htm b/includes/_header.htm index 120957ebc..a49ad3fa3 100644 --- a/includes/_header.htm +++ b/includes/_header.htm @@ -68,7 +68,7 @@ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { - var u="//matomo.privacy.apache.org/"; + var u="//analytics.apache.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '26']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
