fixes
diff --git a/platform/4.4/M4/eclipse-news-M4.html b/platform/4.4/M4/eclipse-news-M4.html
index 4f1b270..a134c88 100644
--- a/platform/4.4/M4/eclipse-news-M4.html
+++ b/platform/4.4/M4/eclipse-news-M4.html
@@ -10,7 +10,10 @@
<h1>Eclipse Project 4.4 M4 - New and Noteworthy</h1>
<p>Here are some of the more noteworthy things available in milestone build M4
(December 13, 2013) which is now available for <a href="http://download.eclipse.org/eclipse/downloads/" target="_top">download</a>.
- We also recommend to read the Tips and Tricks, either via <b>Help > Tips and Tricks...</b> or <a href="#TipsAndTricks">here</a>.
+ We also recommend to read the Tips and Tricks, either via <b>Help > Tips and Tricks...</b> or online for
+ <a href="http://help.eclipse.org/topic/org.eclipse.platform.doc.user/tips/platform_tips.html">Platform</a>,
+ <a href="http://help.eclipse.org/topic/org.eclipse.jdt.doc.user/tips/jdt_tips.html">JDT</a>, and
+ <a href="http://help.eclipse.org/topic/org.eclipse.pde.doc.user/tips/pde_tips.htm">PDE</a>.
</p>
<ul>
<li><a href="#Platform">Platform</a></li>
@@ -40,7 +43,7 @@
<tr id="swt-needs-1.5">
<td class="title">SWT requires JRE 1.5</td>
<td class="content">
- SWT project has moved to Java 1.5 compliance level. SWT applications will now require JRE 1.5 or higher to run.
+ The SWT project has moved to Java 1.5 compliance level. SWT applications will now require JRE 1.5 or higher to run.
</td>
</tr>
<tr>
@@ -95,17 +98,17 @@
<tr>
<td colspan="2" class="section" id="JDT">JDT</td>
</tr>
- <tr>
+ <tr id="beta-java8">
<td class="title">Java™ 8 feature patch</td>
<td class="content">
The Eclipse support for Java™ 8 is making very good progress. Interested parties can take a sneak preview using the following
<a href="https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_%28BETA%29"> install instructions</a>.
</td>
</tr>
- <tr>
- <td class="title">ECJ Requires 1.6 JRE</td>
+ <tr id="ecj-needs-1.5">
+ <td class="title">ECJ requires 1.6 JRE</td>
<td class="content">
- JDT Core project has moved to Java 1.6 compliance level. This means the command line compiler now requires JRE 1.6 or above to run.
+ The JDT Core project has moved to Java 1.6 compliance level. This means the command line compiler now requires JRE 1.6 or above to run.
</td>
</tr>
<tr>
@@ -172,18 +175,5 @@
<li><a href="http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M2-201309182000/news/">New for Eclipse Luna milestone build M2 (September 20, 2013)</a></li>
<li><a href="http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M1-201308072000/news/">New for Eclipse Luna milestone build M1 (August 9, 2013)</a></li>
</ul>
-
-<br/>
-
-<h2 id="TipsAndTricks">Tips and Tricks</h2>
-<ul>
- <li><a href="http://help.eclipse.org/kepler/topic/org.eclipse.platform.doc.user/tips/platform_tips.html">Platform</a></li>
- <li><a href="http://help.eclipse.org/kepler/topic/org.eclipse.jdt.doc.user/tips/jdt_tips.html">JDT</a></li>
- <li><a href="http://help.eclipse.org/kepler/topic/org.eclipse.pde.doc.user/tips/pde_tips.htm?cp=4_4">PDE</a></li>
-</ul>
-
-
-
-
</body>
</html>