This is an automated email from the ASF dual-hosted git repository.
kunni pushed a commit to branch release-3.4
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/release-3.4 by this push:
new d278d26d0 [FLINK-38925][docs] Update Matomo URL to the right domain
(#4232)
d278d26d0 is described below
commit d278d26d0db22328f9f70268741624abb851083a
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Jan 22 02:41:43 2026 +0100
[FLINK-38925][docs] Update Matomo URL to the right domain (#4232)
---
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];