Skip to content

Commit

Permalink
Merge branch '10.0/bugfixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Nov 25, 2024
2 parents 3452b7c + 85894c1 commit 1100ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ private static function getPageHeaderTplVars(): array
: 'helpdesk_doc_url';
$help_url = !empty($CFG_GLPI[$help_url_key])
? $CFG_GLPI[$help_url_key]
: 'http://glpi-project.org/documentation';
: 'https://glpi-project.org/documentation';

return [
'is_debug_active' => $_SESSION['glpi_use_mode'] == Session::DEBUG_MODE,
Expand Down

0 comments on commit 1100ed8

Please sign in to comment.