The attached patch fixes two broken links, one from the main
doc/index.html page.


--Jeff
Index: src/doc/Tomcat-Workers-HowTo.html
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html,v
retrieving revision 1.2
diff -u -r1.2 Tomcat-Workers-HowTo.html
--- src/doc/Tomcat-Workers-HowTo.html   2001/01/30 04:27:38     1.2
+++ src/doc/Tomcat-Workers-HowTo.html   2001/10/22 04:10:18
@@ -5,7 +5,7 @@
     <!-- Copyright 1999, Apache Software Foundation -->
 
     <meta http-equiv=Content-Type content="text/html">
-    <link rel="stylesheet" href=uguide/style.css>
+    <link rel="stylesheet" href="style.css">
     <style type="text/css">
     td {
         background-color: #E0E0E0;
Index: src/doc/readme
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat/src/doc/readme,v
retrieving revision 1.22
diff -u -r1.22 readme
--- src/doc/readme      2001/10/21 17:40:17     1.22
+++ src/doc/readme      2001/10/22 04:10:19
@@ -39,7 +39,7 @@
 Kit 1.1 or later environment, including JDKs conformant with Java2.
 
 For detailed information about installing and running Tomcat, point your
-browser at the file "tomcat_ug.html" found in the same directory as this
+browser at the file "tomcat-ug.html" found in the same directory as this
 file.
 
 IMPORTANT NOTE: Some major changes have occurred in Tomcat 3.3 which
Index: src/doc/appdev/introduction.html
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat/src/doc/appdev/introduction.html,v
retrieving revision 1.2
diff -u -r1.2 introduction.html
--- src/doc/appdev/introduction.html    2000/03/28 00:44:11     1.2
+++ src/doc/appdev/introduction.html    2001/10/22 04:10:20
@@ -93,7 +93,7 @@
     chapters on servlet and JSP design are useful even when your application
     does not require other J2EE platform components.
     <br><br>
-<li><a href="../uguide/tomcat_ug.html" target="_top">../uguide/tomcat_ug.html</a> -
+<li><a href="../tomcat-ug.html" target="_top">../tomcat-ug.html</a> -
     <i>Tomcat - A Minimalistic User's Guide</i>.  This document covers the
     detailed steps required to download and install Tomcat, including
     configuration for a variety of environments.  This guide is included

Reply via email to