2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 06:08:44 +00:00

Meta.pm: fhem.de/commandref --> commandref.fhem.de

git-svn-id: https://svn.fhem.de/fhem/trunk@19096 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-04-02 14:59:09 +00:00
parent 126a59a8b6
commit 9b0463f04e

View File

@ -2110,7 +2110,7 @@ m/(^#\s+(?:\d{1,2}\.\d{1,2}\.(?:\d{2}|\d{4})\s+)?[^v\d]*(v?(?:\d{1,3}\.\d{1,3}(?
{
if ( defined( $modMeta->{x_vcs} ) ) {
$modMeta->{resources}{x_commandref}{web} =
'https://fhem.de/commandref.html#'
'https://commandref.fhem.de/#'
. ( $modName eq 'Global' ? 'global' : $modName );
}
}