This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new c9ef92c90 SLING-13283 Fix ASF analytics host
c9ef92c90 is described below
commit c9ef92c90ffa181075dcc50132aa9d1dd6defc88
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jul 30 13:52:05 2026 +0200
SLING-13283 Fix ASF analytics host
---
src/main/jbake/templates/header.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/jbake/templates/header.tpl
b/src/main/jbake/templates/header.tpl
index 9177d3317..33cde0d7b 100644
--- a/src/main/jbake/templates/header.tpl
+++ b/src/main/jbake/templates/header.tpl
@@ -26,7 +26,7 @@ head {
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
- var u="https://matomo.privacy.apache.org/";
+ var u="//analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '6']);
var d=document, g=d.createElement('script'),
s=d.getElementsByTagName('script')[0];