This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.8 by this push:
new b59329dab30 [FLINK-38925][docs] Update Matomo URL to the right domain
b59329dab30 is described below
commit b59329dab30817cbec365ff3e7c3ce12d4c8a839
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Jan 20 10:37:07 2026 +0100
[FLINK-38925][docs] Update Matomo URL to the right domain
---
docs/_layouts/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_layouts/base.html b/docs/_layouts/base.html
index ebd15f50a66..867f59712df 100644
--- a/docs/_layouts/base.html
+++ b/docs/_layouts/base.html
@@ -64,7 +64,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];