From 82fb92114b10a60693ed24d08eb2a38eb802a7a3 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 11 Nov 2024 22:25:28 -0600 Subject: [PATCH] fix: Correct broken statistics link (#2809) Signed-off-by: fria <138676274+friadev@users.noreply.github.com> Signed-off-by: redoomed1 <161974310+redoomed1@users.noreply.github.com> --- docs/about/statistics.md | 2 +- theme/assets/javascripts/feedback.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/about/statistics.md b/docs/about/statistics.md index 061bf5b982..1d8cf9d410 100644 --- a/docs/about/statistics.md +++ b/docs/about/statistics.md @@ -5,7 +5,7 @@ description: We self-host Umami to create a nice visualization of our traffic st We self-host [Umami](https://umami.is) to create a nice visualization of our traffic statistics, which are public at the link below. -[View Statistics](https://stats.privacyguides.net/share/nVWjyd2QfgOPBhMF/www.privacyguides.org){ .md-button .md-button--primary } +[View Statistics](https://stats.triplebit.net/share/S80jBc50hxr5TquS/www.privacyguides.org){ .md-button .md-button--primary } With this process: diff --git a/theme/assets/javascripts/feedback.js b/theme/assets/javascripts/feedback.js index 7a1f9eef38..ba968b0c6c 100644 --- a/theme/assets/javascripts/feedback.js +++ b/theme/assets/javascripts/feedback.js @@ -19,7 +19,7 @@ feedback.addEventListener("submit", function(ev) { referrer: document.referrer, screen: `${window.screen.width}x${window.screen.height}`, url: window.location.pathname, - website: '30b92047-7cbb-4800-9815-2e075a293e0a', + website: '246e357e-0764-4674-9314-7676724b3a88', name: umamiEventName, }, type: 'event', @@ -32,7 +32,7 @@ feedback.addEventListener("submit", function(ev) { console.log(umamiEvent) - fetch("https://stats.jonaharagon.net/api/send", { + fetch("https://stats.triplebit.net/api/send", { method: "POST", body: JSON.stringify(umamiEvent), headers: {