diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 2ad37953b..e307a94c4 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -36,6 +36,8 @@
+ Administrative updates to the Maven POM, and the release artificat build process
+ 23951 - [PATCH] Fix for HSSF setSheetOrder and tab names42524 - [PATCH] Better HSLF support for problem shape groups42520 - [PATCH] Better HSLF support for corrupt picture recordsInitial support for a "missing record aware" HSSF event model
diff --git a/src/documentation/content/xdocs/hpsf/how-to.xml b/src/documentation/content/xdocs/hpsf/how-to.xml
index 5804bc0e8..0073126c9 100644
--- a/src/documentation/content/xdocs/hpsf/how-to.xml
+++ b/src/documentation/content/xdocs/hpsf/how-to.xml
@@ -78,7 +78,7 @@
not present in POI releases up to and including 2.5. In
order to write properties you have to download a 3.0.x POI release,
or retrieve the POI development version from the Subversion repository.
+ href="../subversion.html">Subversion repository.
diff --git a/src/documentation/content/xdocs/hssf/hacking-hssf.xml b/src/documentation/content/xdocs/hssf/hacking-hssf.xml
index 4bc896e0e..7247ad0ee 100644
--- a/src/documentation/content/xdocs/hssf/hacking-hssf.xml
+++ b/src/documentation/content/xdocs/hssf/hacking-hssf.xml
@@ -83,7 +83,7 @@
and work your way up.
What Else Should I Know?
-
Make sure you read the contributing section
+
Make sure you read the contributing section
as it contains more generation information about contributing to POI in general.