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

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


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

commit a80edd17655eb64ee5c15cbdbdac70207fa3d9fb
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Jan 22 02:41:10 2026 +0100

    [FLINK-38925][docs] Update Matomo URL to the right domain (#4230)
---
 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