]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix type in URL
authorWilliam Victor Mote <vmote@apache.org>
Mon, 7 Jul 2003 04:30:40 +0000 (04:30 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 7 Jul 2003 04:30:40 +0000 (04:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196632 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/rtflib.xml

index 4a97208e3623e2aa5f3299c38ce3651c0db9c01d..a8c7cac7adb1022dd57203340e2b5e68cd7e7f27 100644 (file)
@@ -34,7 +34,7 @@ It can be used anywhere RTF output is required and java is available.</li>
       <section id="userdoc-overview">
         <title>Overview</title>
         <p>Perhaps the easiest way to see how to use RTFLib is by looking at an example. A set of test documents is part of the package, and can be <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/">viewed online</link>.
-A quick look at the Abstract <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/TestDocument.java?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">TestDocument</link> class, and one of the Concrete subclasses, <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/SimpleDocument.java&amp;rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">SimpleDocument</link> will provide the basics of how to use the package.</p>
+A quick look at the Abstract <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/TestDocument.java?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">TestDocument</link> class, and one of the Concrete subclasses, <link href="http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs/SimpleDocument.java?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">SimpleDocument</link> will provide the basics of how to use the package.</p>
         <p>There are two basic concepts you will need to understand to use RTFLib:</p>
         <ul>
           <li>Documents are created by filling bigger containers with successively smaller containers, and eventually with content.</li>