Correct relative links. It is followup to r1151537.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Aug 2011 03:54:38 +0000 (03:54 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Aug 2011 03:54:38 +0000 (03:54 +0000)
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

index 65ffac1..8451b1a 100644 (file)
@@ -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
-<a href="docs/config/http.html#SSL Support">HTTP connector</a> configuration
+<a href="config/http.html#SSL Support">HTTP connector</a> 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.</p>