]> source.dussan.org Git - poi.git/commitdiff
Fix more XLS2CSV links
authorNick Burch <nick@apache.org>
Fri, 1 May 2009 14:38:54 +0000 (14:38 +0000)
committerNick Burch <nick@apache.org>
Fri, 1 May 2009 14:38:54 +0000 (14:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@770693 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/spreadsheet/how-to.xml
src/documentation/content/xdocs/spreadsheet/quick-guide.xml

index 371af433d76a197c743355a697b96e7042fd5083..97e0e84ba6c632a3aaa9868b3db5f95e4ebb7ec2 100644 (file)
@@ -468,7 +468,7 @@ some of the rows or cells. It can be found at
 <code>/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</code>,
 and may be called on the command line, or from within your own code.
 The latest version is always available from
-<link href="http://svn.apache.org/repos/asf/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/">subversion</link>.
+<link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/">subversion</link>.
 </p>
 <p>
 <em>In POI versions before 3.0.3, this code lived in the scratchpad section. 
index e7d2ae798bc18bd9077c97994d84a04b0afa1f0a..1bf1378068a3f73cb0e91a408d8f81c82f0ee908 100644 (file)
@@ -373,7 +373,7 @@ for (Row row : sheet1) {
                                        </source>
                                        <p>For very fancy text extraction, XLS to CSV etc, 
                                        take a look at
-                                       <em>/src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</em>
+                                       <em>/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</em>
                                        </p>
                 </section>
                 <anchor id="FillsAndFrills"/>