update docs url for api-documentation

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-01-25 14:54:52 +01:00
parent 0a38d1ab5f
commit 6fdf2636fc
6 changed files with 9 additions and 7 deletions

View File

@@ -44,7 +44,8 @@ return array(
'show_element' => (\Froxlor\Settings::Get('api.enabled') == true)
),
array(
'url' => 'https://api.froxlor.org/doc/?v='.\Froxlor\Froxlor::getVersion(),
'url' => 'https://docs.froxlor.org/apiguide/index.html',
'new_window' => true,
'label' => $lng['menue']['main']['apihelp'],
'show_element' => (\Froxlor\Settings::Get('api.enabled') == true)
),
@@ -195,7 +196,8 @@ return array(
'show_element' => (\Froxlor\Settings::Get('api.enabled') == true)
),
array(
'url' => 'https://api.froxlor.org/doc/?v='.\Froxlor\Froxlor::getVersion(),
'url' => 'https://docs.froxlor.org/apiguide/index.html',
'new_window' => true,
'label' => $lng['menue']['main']['apihelp'],
'show_element' => (\Froxlor\Settings::Get('api.enabled') == true)
),