You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2003/05/02 22:58:48 UTC

DO NOT REPLY [Bug 19613] New: - TOOLS - xdoc link updates

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19613>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19613

TOOLS - xdoc link updates

           Summary: TOOLS - xdoc link updates
           Product: Velocity
           Version: 1.3.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: tcolson@cisco.com


Broken internal links (based on old multiple-tree directory structure).

Fixed with two patches:

Index: index.xml
===================================================================
RCS file: /home/cvspublic/jakarta-velocity-tools/xdocs/view/index.xml,v
retrieving revision 1.1
diff -u -r1.1 index.xml
--- index.xml   26 Apr 2003 01:21:49 -0000      1.1
+++ index.xml   2 May 2003 20:54:26 -0000
@@ -39,7 +39,7 @@

     <p>A typical application use-case is to provide the view rendering layer 
for
     a Servlet-based web application framework. The
-    <a href="../../struts/docs/index.html">VelocityStruts</a> subproject
+    <a href="../struts/">VelocityStruts</a> subproject
     uses the approach to bring Velocity templates to the Struts application 
framework.</p>
   </section>


------------------
Index: userguide.xml
===================================================================
RCS file: /home/cvspublic/jakarta-velocity-tools/xdocs/struts/userguide.xml,v
retrieving revision 1.1
diff -u -r1.1 userguide.xml
--- userguide.xml       26 Apr 2003 01:22:02 -0000      1.1
+++ userguide.xml       2 May 2003 20:56:08 -0000
@@ -123,7 +123,7 @@
         to render the web application views in Struts applications.</p>

         <p>Setup is almost identical to the standard
-        <a href="../../view/docs/index.html#Installation">VelocityViewServlet 
installation</a>,
+        <a href="../view/index.html#Installation">VelocityViewServlet 
installation</a>,
         please review that for more details. The extended 
VelocityLayoutServlet, or any
         custom extension, can also be used with Struts. (That particular 
servlet adds
         the ability to reuse shared html layout across multiple pages.)</p>

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