diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-29 22:07:53 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-29 22:07:53 -0500 |
commit | 3071449adb9d6a7ec92e8662db2f08411b4e1356 (patch) | |
tree | 76aa0f62f7a9c3d7840bd2e76e6db489124ebf70 /net-analyzer | |
parent | net-analyzer/icinga2: fix bug 580838 (diff) | |
download | gentoo-3071449adb9d6a7ec92e8662db2f08411b4e1356.tar.gz gentoo-3071449adb9d6a7ec92e8662db2f08411b4e1356.tar.bz2 gentoo-3071449adb9d6a7ec92e8662db2f08411b4e1356.zip |
net-analyzer/icinga2: better url
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.4.7.ebuild b/net-analyzer/icinga2/icinga2-2.4.7.ebuild index 8289a56f970d..7569e8e9dd78 100644 --- a/net-analyzer/icinga2/icinga2-2.4.7.ebuild +++ b/net-analyzer/icinga2/icinga2-2.4.7.ebuild @@ -157,6 +157,6 @@ src_install() { } pkg_postinst() { - elog "DB IDO schema upgrade could be required. See section 2.5.1 or 2.5.2 of " - elog "http://docs.icinga.org/icinga2/snapshot/chapter-2.html" + elog "DB IDO schema upgrade could be required. See the following for more information." + elog "http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2" } |