From 9b0463f04ecf84e93a4ae9c201fe2458f7261b13 Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Tue, 2 Apr 2019 14:59:09 +0000 Subject: [PATCH] Meta.pm: fhem.de/commandref --> commandref.fhem.de git-svn-id: https://svn.fhem.de/fhem/trunk@19096 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/Meta.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/Meta.pm b/fhem/FHEM/Meta.pm index c0c63b473..1b3a73761 100644 --- a/fhem/FHEM/Meta.pm +++ b/fhem/FHEM/Meta.pm @@ -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 ); } }