fix server and help URLs, fix #2

master
Jean-Christian Paul Denis 2023-08-14 17:46:23 +02:00
parent c3adc7123b
commit 68e87ed8e2
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -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',
]
);

View File

@ -48,7 +48,7 @@ class Utils
if (My::settings()->getGlobal('distant_api_url')) {
echo sprintf(
'<ul><li><a href="%s" title="%s" class="outgoing">%s<img src="%s" /></a></ul></li>',
'https://statistics.dotclear.watch',
'https://stat.dotclear.watch',
__('DotclearWatch plugin statistics'),
__('Tracked by dotclear.watch'),
My::fileURL('icon.svg')