From 9e7fc9e472859a5bc49e2a6bcc9786c112ff5ffc Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 2 Aug 2011 03:54:38 +0000 Subject: [PATCH] Correct relative links. It is followup to r1151537. CTR: Docs These pages are already inside "docs", so there should be no "docs/" in relative links. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1153016 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/ssl-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml index 65ffac119..8451b1ac0 100644 --- a/webapps/docs/ssl-howto.xml +++ b/webapps/docs/ssl-howto.xml @@ -377,7 +377,7 @@ connector you wish to use or add a new Connector element of your own. In either case, you will need to configure the SSL Connector for your requirements and environment. The configuration options and information on which attributes are mandatory, are documented in the SSL Support section of the -HTTP connector configuration +HTTP connector configuration reference. Make sure that you use the correct attributes for the connector you are using. The BIO and NIO connectors use JSSE whereas the APR/native connector uses APR.

-- 2.11.0