diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-17 16:38:09 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2018-02-18 09:08:58 +0100 |
commit | 933aac2dc20b107fb83b67d44b6acae973cc5d19 (patch) | |
tree | 3926f261db5e70efc5c16a88f513bb4b87a9db14 /www-servers/tomcat/tomcat-8.5.27.ebuild | |
parent | www-servers/varnish: version bump to 5.2.0 (diff) | |
download | gentoo-933aac2dc20b107fb83b67d44b6acae973cc5d19.tar.gz gentoo-933aac2dc20b107fb83b67d44b6acae973cc5d19.tar.bz2 gentoo-933aac2dc20b107fb83b67d44b6acae973cc5d19.zip |
www-servers/tomcat: fix link to tomcat guide
Diffstat (limited to 'www-servers/tomcat/tomcat-8.5.27.ebuild')
-rw-r--r-- | www-servers/tomcat/tomcat-8.5.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/tomcat/tomcat-8.5.27.ebuild b/www-servers/tomcat/tomcat-8.5.27.ebuild index 17a74d0fb02b..f86ff6930619 100644 --- a/www-servers/tomcat/tomcat-8.5.27.ebuild +++ b/www-servers/tomcat/tomcat-8.5.27.ebuild @@ -153,5 +153,5 @@ pkg_postinst() { ewarn "tomcat-dbcp.jar is not built at this time. Please fetch jar" ewarn "from upstream binary if you need it. Gentoo Bug # 144276" -# einfo "Please read https://www.gentoo.org/proj/en/java/tomcat6-guide.xml for more information." +# einfo "Please read https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for more information." } |