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

kunni pushed a commit to branch release-3.5
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/release-3.5 by this push:
     new 5ec9a45f9 [FLINK-38925][docs] Update Matomo URL to the right domain 
(#4231)
5ec9a45f9 is described below

commit 5ec9a45f92d97ff34306691a3a8592b6e55094d9
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Jan 22 03:19:46 2026 +0100

    [FLINK-38925][docs] Update Matomo URL to the right domain (#4231)
---
 docs/layouts/_default/baseof.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/layouts/_default/baseof.html 
b/docs/layouts/_default/baseof.html
index 733bf1b6d..0db6bc887 100644
--- a/docs/layouts/_default/baseof.html
+++ b/docs/layouts/_default/baseof.html
@@ -34,7 +34,7 @@ under the License.
     _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', '1']);
       var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];

Reply via email to