Bug 550498 - N&N for 4.13 Add target=_blank to links Change-Id: I2ca40939fd6c9d9ce18b71d286a1d909250778e8
diff --git a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html index 8576f00..480980f 100644 --- a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html +++ b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
@@ -189,7 +189,7 @@ <tr id="junit-5.5.1"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548964 --> <td class="title">JUnit 5.5.1</td> <td class="content"> - <a href="https://junit.org/junit5/docs/5.5.1/release-notes/">JUnit 5.5.1</a> is here and Eclipse JDT has been updated to use this version. + <a href="https://junit.org/junit5/docs/5.5.1/release-notes/" target="_blank">JUnit 5.5.1</a> is here and Eclipse JDT has been updated to use this version. </td> </tr> <!-- ******************* End of JUnit ************************************* -->
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 a35d48a..6e33551 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
@@ -197,7 +197,7 @@ <tr id="swt-snippet-explorer"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=547934 --> <td class="title">SWT Snippet Explorer</td> <td class="content"> - The <a href="https://www.eclipse.org/swt/snippets/">SWT Snippets</a> project in the <a href="https://git.eclipse.org/c/platform/eclipse.platform.swt.git/">SWT repository</a> now includes a simple application called SnippetExplorer which can list, search and launch single or + The <a href="https://www.eclipse.org/swt/snippets/" target="_blank">SWT Snippets</a> project in the <a href="https://git.eclipse.org/c/platform/eclipse.platform.swt.git/" target="_blank">SWT repository</a> now includes a simple application called SnippetExplorer which can list, search and launch single or multiple snippets at once. It also shows the snippets description, source code and a preview image where applicable. <p><img src="images/swt-snippet-explorer.png" alt=""/></p> </td>
diff --git a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html index feb0682..c25ef6c 100644 --- a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html +++ b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
@@ -257,7 +257,7 @@ <td class="content"> More and more operating systems provide a system wide dark theme. Eclipse now respects this system wide theme setting when the Eclipse help content is displayed in an external browser. A prerequisite for this is a browser that supports - the <em><a href="https://caniuse.com/#search=prefers-color-scheme">prefers-color-scheme</a></em> CSS media query. + the <em><a href="https://caniuse.com/#search=prefers-color-scheme" target="_blank">prefers-color-scheme</a></em> CSS media query. <p> As of writing this the following browser versions support it: </p>