Doc updates.
diff --git a/doc/migrating.html b/doc/migrating.html
index b9cf6d4..9ca7f2e 100644
--- a/doc/migrating.html
+++ b/doc/migrating.html
@@ -41,6 +41,9 @@
 import static org.testng.AssertJUnit.*;
 </pre>
 	
+<h3>Related reading</h3>
+
+<a href="http://www.opengamma.com/blog/2011/converting-opengamma-junit-testng">Here is the detailed report of a company that successfully converted a large codebase of JUnit 4 tests over to TestNG</a>.
 
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
 </script>
diff --git a/doc/misc.html b/doc/misc.html
index 506b057..d760639 100644
--- a/doc/misc.html
+++ b/doc/misc.html
@@ -21,6 +21,8 @@
 <!--
        <li><a href=""></a></li>
 -->
+       <li><a href="http://www.opengamma.com/blog/2011/converting-opengamma-junit-testng"></a>Converting a large codebase from JUnit 4 to TestNG</li>
+      <li><a href="http://seleniumexamples.com/blog/guide/using-soft-assertions-in-testng/">Using soft assertions with TestNG</a></li>
        <li><a href="http://kaczanowscy.pl/tomek/2011-02/visualization-dependent-test-methods">Visualizing live dependencies (Tomek Kaczanowski)</a></li>
        <li><a href="http://www.lysergicjava.com/?p=165">Passing parameters to @DataProviders.</a></li>
        <li><a href="http://barisergun.blogspot.com/2010/09/integrated-mockito-testng-and-emma-on.html">TestNG, Emma and Mockito </a></li>