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
/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java
,
and may be called on the command line, or from within your own code.
The latest version is always available from
-subversion.
+subversion.
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) {
For very fancy text extraction, XLS to CSV etc,
take a look at
- /src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java
+ /src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java