You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/05/14 14:09:03 UTC

svn commit: r656245 - /incubator/shindig/trunk/site/index.html

Author: doll
Date: Wed May 14 05:09:03 2008
New Revision: 656245

URL: http://svn.apache.org/viewvc?rev=656245&view=rev
Log:
Fixed typo in eclemma url. 


Modified:
    incubator/shindig/trunk/site/index.html

Modified: incubator/shindig/trunk/site/index.html
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/site/index.html?rev=656245&r1=656244&r2=656245&view=diff
==============================================================================
--- incubator/shindig/trunk/site/index.html (original)
+++ incubator/shindig/trunk/site/index.html Wed May 14 05:09:03 2008
@@ -321,7 +321,7 @@
       </ul>
 
       <h4><font size="3"><a name="Code_coverage_in_Eclipse"> Generating Code Coverage in Eclipse </a></font></h4>
-      <p>To generate code coverage statistics inside of Eclipse, install the <a href="http://www.eclema.org">EclEmma</a> plugin. Then</p>
+      <p>To generate code coverage statistics inside of Eclipse, install the <a href="http://www.eclemma.org">EclEmma</a> plugin. Then</p>
       <ul>
         <li>Open <code>org.apache.shindig.gadgets.AllTests</code></li>
         <li>Right-click in the class, and select <code>Coverage as -&gt; JUnit Test</code></li>