Author: kpreisser
Date: Thu Sep 26 12:51:00 2013
New Revision: 1526469

URL: http://svn.apache.org/r1526469
Log:
Fix broken link to HTTP connector in the Proxy HowTo, as reported on the users 
list.

Modified:
    tomcat/trunk/webapps/docs/proxy-howto.xml

Modified: tomcat/trunk/webapps/docs/proxy-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/proxy-howto.xml?rev=1526469&r1=1526468&r2=1526469&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/proxy-howto.xml (original)
+++ tomcat/trunk/webapps/docs/proxy-howto.xml Thu Sep 26 12:51:00 2013
@@ -38,7 +38,7 @@
 <p>Using standard configurations of Tomcat, web applications can ask for
 the server name and port number to which the request was directed for
 processing.  When Tomcat is running standalone with the
-<a href="config/coyote.html">Coyote HTTP/1.1 Connector</a>, it will generally
+<a href="config/http.html">HTTP/1.1 Connector</a>, it will generally
 report the server name specified in the request, and the port number on
 which the <strong>Connector</strong> is listening.  The servlet API
 calls of interest, for this purpose, are:</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to