minor clean up
This commit is contained in:
parent
6d0cb22edf
commit
3f0ff8a7e7
|
|
@ -62,17 +62,21 @@
|
|||
|
||||
<li><a href="api/index.html">JavaDoc</a></li>
|
||||
<li><a href="contributing.html">Contributing</a></li>
|
||||
<li><a href="http://checkstyle.sourceforge.net/clover_html">Code Coverage</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Coverage by:</p>
|
||||
<div align="center">
|
||||
<p><a href="http://www.thecortex.net/clover?ref=checkstyle">
|
||||
<img src="http://www.thecortex.net/clover/images/clovered1.gif?ref=checkstyle" alt="Clover Logo"/></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>Hosted by:</p>
|
||||
<div align="center">
|
||||
<p><a href="http://sourceforge.net">
|
||||
<img src="http://sourceforge.net/sflogo.php?group_id=29721&type=1" width="88" height="31" alt="SourceForge Logo"/></a>
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<!--Content-->
|
||||
|
|
@ -139,7 +143,7 @@
|
|||
</p>
|
||||
|
||||
<a name="upgrading"></a>
|
||||
<h2>Upgrading to release 3.0</h2>
|
||||
<h2>Upgrading to release 3.x</h2>
|
||||
|
||||
<p class="body">
|
||||
As of release 3.0 Checkstyle has changed it's configuration
|
||||
|
|
@ -172,7 +176,13 @@
|
|||
<li class="body">
|
||||
David Schneider has written a plug-in to integrate Checkstyle with <a
|
||||
href="http://www.eclipse.org">Eclipse/WSAD</a>. It is available from <a
|
||||
href="http://www.atlas-sw.com">http://www.atlas-sw.com</a>.
|
||||
href="http://eclipse-cs.sourceforge.net/">http://eclipse-cs.sourceforge.net/</a>.
|
||||
</li>
|
||||
|
||||
<li class="body">
|
||||
Marco van Meegen has written a plug-in to integrate Checkstyle with <a
|
||||
href="http://www.eclipse.org">Eclipse/WSAD</a>. It is available from <a
|
||||
href="http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm">http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm</a>.
|
||||
</li>
|
||||
|
||||
<li class="body">
|
||||
|
|
|
|||
Loading…
Reference in New Issue