You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2007/01/24 04:28:13 UTC

svn commit: r499227 - /tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml

Author: markt
Date: Tue Jan 23 19:28:13 2007
New Revision: 499227

URL: http://svn.apache.org/viewvc?view=rev&rev=499227
Log:
Fix 41444, in case there is another 5.0.x release

Modified:
    tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml

Modified: tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml
URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml?view=diff&rev=499227&r1=499226&r2=499227
==============================================================================
--- tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml (original)
+++ tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml Tue Jan 23 19:28:13 2007
@@ -17,7 +17,7 @@
 <section name="Introduction">
 
   <p>A <strong>Service</strong> element represents the combination of one or
-  more <strong><a href="connector.html">Connector</a></strong> components that share a single
+  more <strong>Connector</strong> components that share a single
   <a href="engine.html">Engine</a> component for processing incoming
   requests.  One or more <strong>Service</strong> elements may be nested
   inside a <a href="server.html">Server</a> element.</p>



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