jvanzyl     00/10/04 23:56:04

  Modified:    xdocs    design.xml getting-started.xml index.xml
  Log:
  - fix broken links in docs, and make a couple of corrections.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-velocity/xdocs/design.xml
  
  Index: design.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/design.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- design.xml        2000/10/05 01:52:38     1.5
  +++ design.xml        2000/10/05 06:56:03     1.6
  @@ -29,8 +29,8 @@
       Velocity has a myriad of potential uses -- generating SQL, PostScript,
       or Java source code from templates -- but it is expected to be most 
       widely used by web developers looking for a viable alternative to 
  -    <link href="http://www.php.org/">PHP</link> and 
  -    <link href="http://java.sun.org/products/jsp/">Java 
  +    <link href="http://www.php.net/">PHP</link> and 
  +    <link href="http://java.sun.com/products/jsp/">Java 
       Server Pages</link> (JSPs). 
    </p>    
   
  
  
  
  1.5       +2 -2      jakarta-velocity/xdocs/getting-started.xml
  
  Index: getting-started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/getting-started.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- getting-started.xml       2000/10/05 02:10:26     1.4
  +++ getting-started.xml       2000/10/05 06:56:03     1.5
  @@ -36,7 +36,7 @@
       
       <source><![CDATA[
       
  -    ./build-velocity.sh
  +    ./build-velocity.sh javadocs
       
       ]]></source>
       
  @@ -45,7 +45,7 @@
       
       <source><![CDATA[
       
  -    build-velocity.bat
  +    build-velocity.bat javadocs
       
       ]]></source>
        
  
  
  
  1.5       +2 -2      jakarta-velocity/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 2000/10/05 01:52:39     1.4
  +++ index.xml 2000/10/05 06:56:03     1.5
  @@ -24,8 +24,8 @@
       top-notch code. Velocity separates Java code from the web pages,  
       making the web site more maintainable over the long run and providing 
       a viable alternative to 
  -    <link href="http://java.sun.org/products/jsp/">Java Server Pages</link> 
  -    (JSPs) or <link href="http://www.php.org/">PHP</link>. 
  +    <link href="http://java.sun.com/products/jsp/">Java Server Pages</link> 
  +    (JSPs) or <link href="http://www.php.net/">PHP</link>. 
    </p>
    
    <p>    
  
  
  

Reply via email to