Fixing the new link
diff --git a/pages/otj_java8.html b/pages/otj_java8.html
index f3644d8..823f547 100644
--- a/pages/otj_java8.html
+++ b/pages/otj_java8.html
@@ -71,7 +71,7 @@
 		<ul>
 			<li style="margin-left:-12px;"><b class="orange">Java 8</b> features …<br/>
 			<b>type annotations</b> for expressing more properties of types,</li>
-			<li style="margin-left:-12px;"><a class="orange" href="help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2FwhatsNew%2Fjdt_whatsnew.html&cp=1_6_2&anchor=null-types-annotations">JDT</a> leverages  …<br/>
+			<li style="margin-left:-12px;"><a class="orange" href="http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2FwhatsNew%2Fjdt_whatsnew.html&cp=1_6_2&anchor=null-types-annotations">JDT</a> leverages  …<br/>
 			type annotations for detecting <b>null</b> related errors,</li>
 			<li style="margin-left:-12px;"><a class="orange" href="http://wiki.eclipse.org/OTJ">OT/J</a> introduces …<br/>
 			dependent types to express object <b>ownership</b>.</li>