Bug 517331: Broken link in platform_isv_whatsnew.html

Set target="_blank" for links that fail to open in the same frame
diff --git a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
index 9449b47..266d0cc 100644
--- a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
+++ b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
@@ -140,7 +140,7 @@
       The <code>ImageDescriptor</code> and <code>CompositeImageDescriptor</code> classes in
       <code>org.eclipse.jface.resource</code> are now fully ready for HiDPI images. In
       Neon (4.6), only <code>ImageDescriptor#createFromURL(URL)</code>
-      <a href="https://www.eclipse.org/eclipse/news/4.6/platform_isv.php#high-dpi-icons">supported high-resolution images</a>.
+      <a href="http://www.eclipse.org/eclipse/news/4.6/platform_isv.php#high-dpi-icons" target="_blank">supported high-resolution images</a>.
       <p>
       Clients that use <code>DecorationOverlayIcon</code> will get HiDPI support for free.
       Subclasses of <code>CompositeImageDescriptor</code> will have to update their implementation of
@@ -434,7 +434,7 @@
     <td class="title">New Declarative Services Implementation supporting OSGi R6</td>
     <td class="content">
       The previous release of Equinox only supported the OSGi R5 specification for the Declarative Services specification.
-      With <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=501950">bug 501950</a> the Apache Felix Declarative Services implementation (<b><code>org.apache.felix.scr</code></b>) is now used as the Declarative Services implementation in the Platform and Equinox.
+      With <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=501950" target="_blank">bug 501950</a> the Apache Felix Declarative Services implementation (<b><code>org.apache.felix.scr</code></b>) is now used as the Declarative Services implementation in the Platform and Equinox.
       This implementation fully supports the OSGi R6 Declarative Services specification.
       The Equinox bundle (<b><code>org.eclipse.equinox.ds</code></b>) is still included in order to configure and start the Felix SCR bundle but the Equinox Declarative Service implementation code is no longer shipped within the org.eclipse.equinox.ds bundle.