aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2009-05-01 14:38:54 +0000
committerNick Burch <nick@apache.org>2009-05-01 14:38:54 +0000
commit62024e3733b563a6a9a679d470980af21bf0ed21 (patch)
tree94737d7d052a523ffe9e749483f70a49784010b6 /src/documentation
parent164d469cc358a7c17cae02295f19132f94f18394 (diff)
downloadpoi-62024e3733b563a6a9a679d470980af21bf0ed21.tar.gz
poi-62024e3733b563a6a9a679d470980af21bf0ed21.zip
Fix more XLS2CSV links
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@770693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/spreadsheet/how-to.xml2
-rw-r--r--src/documentation/content/xdocs/spreadsheet/quick-guide.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/spreadsheet/how-to.xml b/src/documentation/content/xdocs/spreadsheet/how-to.xml
index 371af433d7..97e0e84ba6 100644
--- a/src/documentation/content/xdocs/spreadsheet/how-to.xml
+++ b/src/documentation/content/xdocs/spreadsheet/how-to.xml
@@ -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.
diff --git a/src/documentation/content/xdocs/spreadsheet/quick-guide.xml b/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
index e7d2ae798b..1bf1378068 100644
--- a/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
+++ b/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
@@ -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"/>