config/file: quickfix for check command links

This commit is contained in:
Thomas Gelf 2016-08-23 14:22:06 +00:00
parent 56a7cb285d
commit 6f5feda5e0
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ $linkObject = function ($match) use ($view, $decode) {
if ($match[2] === 'Service') {
return $match[0];
}
if ($match[2] === 'CheckCommand') {
$match[2] = 'command';
}
$name = $decode($match[3]);
return sprintf(