diff --git a/README.md b/README.md index d95a15b..42e4c13 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ web publishing software called Dotclear. It tracks Dotclear's installation to get stats about it. -Default statistics server is located at https://dotclear.watch/statistics +Default statistics server is located at https://stat.dotclear.watch What's being track : * Dotclear version, diff --git a/_define.php b/_define.php index e6c15ea..8245f51 100644 --- a/_define.php +++ b/_define.php @@ -21,8 +21,8 @@ $this->registerModule( ['core', '2.27'], ], 'type' => 'plugin', - 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', - 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', - 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', + 'support' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/dw/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] ); diff --git a/src/Utils.php b/src/Utils.php index 97fbe6a..2833139 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://statistics.dotclear.watch', + 'https://stat.dotclear.watch', __('DotclearWatch plugin statistics'), __('Tracked by dotclear.watch'), My::fileURL('icon.svg')