diff --git a/mailbox/src/site/xdoc/index.xml b/mailbox/src/site/xdoc/index.xml
index 89337af..1be4664 100644
--- a/mailbox/src/site/xdoc/index.xml
+++ b/mailbox/src/site/xdoc/index.xml
@@ -52,7 +52,7 @@
     <p><a href="http://james.apache.org/server/3">Apache James Server 3</a> uses this library to implement its user mailboxes.</p>
     <p>Apache James Mailbox is tested and fully compatible with other Apache James libraries
        such as the <a href="http://james.apache.org/imap">Apache James IMAP</a> 
-       (see <a href="https://svn.apache.org/repos/asf/james/mailbox-integration-tester/trunk/">this link</a> 
+       (see <a href="https://svn.apache.org/repos/asf/james/trunk/mpt">this link</a> 
        for the Mailbox/IMAP integration tests source code) </p>
   </section>
 
diff --git a/mailbox/src/site/xdoc/source-code.xml b/mailbox/src/site/xdoc/source-code.xml
index 459670e..51cdd97 100644
--- a/mailbox/src/site/xdoc/source-code.xml
+++ b/mailbox/src/site/xdoc/source-code.xml
@@ -43,12 +43,12 @@
 
     <subsection name="Anonymous Access">
       <p>The source can be checked out anonymously from SVN with the following command.</p>
-      <p><code>$ svn checkout http://svn.apache.org/repos/asf/james/mailbox/trunk james-mailbox</code></p>
+      <p><code>$ svn checkout http://svn.apache.org/repos/asf/james/trunk/mailbox james-mailbox</code></p>
     </subsection>
 
     <subsection name="Developer Access">
       <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
-      <p><code>$ svn checkout https://svn.apache.org/repos/asf/james/mailbox/trunk james-mailbox</code></p>
+      <p><code>$ svn checkout https://svn.apache.org/repos/asf/james/trunk/mailbox james-mailbox</code></p>
     </subsection>
 
   </section>
