From: Matthew Thode Date: Sat, 30 Apr 2016 03:07:53 +0000 (-0500) Subject: net-analyzer/icinga2: better url X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3071449adb9d6a7ec92e8662db2f08411b4e1356;p=gentoo.git net-analyzer/icinga2: better url Package-Manager: portage-2.2.26 --- 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" }