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
Review and test the changes and issues for this version.
https://dev.icinga.com/projects/icingaweb2/roadmap
https://github.com/icinga/icingaweb2
# Release Workflow

View File

@ -562,7 +562,7 @@ class NavigationConfigForm extends ConfigForm
$itemType = isset($formData['type']) ? $formData['type'] : key($itemTypes);
if ($itemType === null) {
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'
);
}

View File

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