Update 'About' (remove wiki, update to Github)

refs #2687
This commit is contained in:
Michael Friedrich 2017-01-12 16:04:09 +01:00 committed by Eric Lippmann
parent 08a82daea3
commit 1f7bf97a7e
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Quality Assurance # Quality Assurance
Review and test the changes and issues for this version. Review and test the changes and issues for this version.
https://dev.icinga.com/projects/icingaweb2/roadmap https://github.com/icinga/icingaweb2
# Release Workflow # Release Workflow

View File

@ -562,7 +562,7 @@ class NavigationConfigForm extends ConfigForm
$itemType = isset($formData['type']) ? $formData['type'] : key($itemTypes); $itemType = isset($formData['type']) ? $formData['type'] : key($itemTypes);
if ($itemType === null) { if ($itemType === null) {
throw new ProgrammingError( throw new ProgrammingError(
'This should actually not happen. Create a bug report at dev.icinga.com' 'This should actually not happen. Create a bug report at https://github.com/icinga/icingaweb2'
. ' or remove this assertion if you know what you\'re doing' . ' or remove this assertion if you know what you\'re doing'
); );
} }

View File

@ -62,7 +62,7 @@
<div class="about-links"> <div class="about-links">
<?= $this->qlink( <?= $this->qlink(
null, null,
'https://dev.icinga.com/projects/icingaweb2', 'https://github.com/icinga/icingaweb2',
null, null,
array( array(
'target' => '_blank', 'target' => '_blank',
@ -77,17 +77,17 @@
array( array(
'target' => '_blank', 'target' => '_blank',
'icon' => 'chat-empty', 'icon' => 'chat-empty',
'title' => $this->translate('Support / Mailinglists') 'title' => $this->translate('Support')
) )
) ?> ) ?>
<?= $this->qlink( <?= $this->qlink(
null, null,
'https://wiki.icinga.com', 'https://www.icinga.com/community/get-involved/',
null, null,
array( array(
'target' => '_blank', 'target' => '_blank',
'icon' => 'lightbulb', 'icon' => 'lightbulb',
'title' => $this->translate('Icinga Wiki') 'title' => $this->translate('Icinga Community')
) )
) ?> ) ?>
<?= $this->qlink( <?= $this->qlink(