This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3dc101642 MINOR fix the matomo url (#663)
3dc101642 is described below

commit 3dc101642e0f306fd93918f92ad481f25f4ba6a2
Author: David Arthur <[email protected]>
AuthorDate: Tue Feb 25 12:48:58 2025 -0500

    MINOR fix the matomo url (#663)
    
    Reviewers: Divij Vaidya <[email protected]>
---
 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];

Reply via email to