Use https:// links on login page

These url changes are all the result of following 301 redirects.
This commit is contained in:
Andreas Olsson 2019-01-26 23:02:25 +01:00
parent 08c879249b
commit b504624d4d
No known key found for this signature in database
GPG Key ID: 210FE3E069ED67A8
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
. 'authentication method. Please define a authentication method by following the instructions in the'
. ' %1$sdocumentation%3$s or by using our %2$sweb-based setup-wizard%3$s.'
),
'<a href="http://docs.icinga.com/" title="' . $this->translate('Icinga Web 2 Documentation') . '">', // TODO: More exact documentation link
'<a href="https://icinga.com/docs/" title="' . $this->translate('Icinga Web 2 Documentation') . '">', // TODO: More exact documentation link
'<a href="' . $this->href('setup') . '" title="' . $this->translate('Icinga Web 2 Setup-Wizard') . '">',
'</a>'
) ?></p>
@ -33,7 +33,7 @@
<li>
<?= $this->qlink(
null,
'http://www.twitter.com/icinga',
'https://twitter.com/icinga',
null,
array(
'target' => '_blank',
@ -45,7 +45,7 @@
<li>
<?= $this->qlink(
null,
'http://www.facebook.com/icinga',
'https://www.facebook.com/icinga',
null,
array(
'target' => '_blank',