From f171441b604e974d78c94022e1e1a884514ac907 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 7 Aug 2023 23:20:32 +0200 Subject: [PATCH] use subdomain as link --- src/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.php b/src/Utils.php index 87714f3..585a9f3 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -48,7 +48,7 @@ class Utils if (My::settings()->getGlobal('distant_api_url')) { echo sprintf( '', - 'https://dotclear.watch/statistics', + 'https://statistics.dotclear.watch', __('DotclearWatch plugin statistics'), __('Tracked by dotclear.watch'), My::fileURL('icon.svg')