diff --git a/protocols/src/site/xdoc/imap4.xml b/protocols/src/site/xdoc/imap4.xml
index 8855022..a989e69 100644
--- a/protocols/src/site/xdoc/imap4.xml
+++ b/protocols/src/site/xdoc/imap4.xml
@@ -69,7 +69,7 @@
      <ul>
        <li>IMAP4 SORT and THREAD Extensions (RFC 5256 http://www.ietf.org/rfc/rfc5256.txt)</li>
      </ul>
-     <p>We have <a href="http://svn.apache.org/repos/asf/james/mailbox-integration-tester/trunk/">integration tests</a> for IMAP.</p>
+     <p>We have <a href="http://svn.apache.org/repos/asf/james/mpt/trunk/">integration tests</a> for IMAP.</p>
      <p>Our implementation is also tested against external tools such as <a href="http://www.imapwiki.org/ImapTest">http://www.imapwiki.org/ImapTest</a>.</p>
   </section>
 
diff --git a/protocols/src/site/xdoc/source-code.xml b/protocols/src/site/xdoc/source-code.xml
index afd4e15..6560d72 100644
--- a/protocols/src/site/xdoc/source-code.xml
+++ b/protocols/src/site/xdoc/source-code.xml
@@ -28,11 +28,11 @@
   <section name="Get Source Code">
     <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/protocols/trunk james-protocols</code></p>
+      <p><code>$ svn checkout http://svn.apache.org/repos/asf/james/trunk/protocols/ james-protocols</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/protocols/trunk james-protocols</code></p>
+      <p><code>$ svn checkout https://svn.apache.org/repos/asf/james/trunk/protocols james-protocols</code></p>
     </subsection>
   </section>
 
@@ -83,8 +83,8 @@
       <p>ImapRequestMessage and ImapResponder will be passed to the list of Processors that 
          will execute doProcess if applicable.</p>
     </subsection>
-    <subsection name="Apache James Integeration Test">
-      <p>A <a href="https://svn.apache.org/repos/asf/james/mailbox-integration-tester/trunk/">specific integration project</a> is 
+    <subsection name="Apache James Integration Test">
+      <p>A <a href="https://svn.apache.org/repos/asf/james/mpt/trunk">specific integration project</a> is 
       responsible to test the IMAP protocol in conjunction with the <a href="http://james.apache.org/mailbox">Apache James mailbox</a> components.</p>
     </subsection>
     
