Open the links in a blank browser window
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 14 Dec 2015 06:05:11 +0100
changeset 10332e760d35d231
parent 1032 43cd6875cb63
child 1034 f5d6e09568b6
Open the links in a blank browser window
src/main/javadoc/overview.html
     1.1 --- a/src/main/javadoc/overview.html	Mon Dec 14 05:56:17 2015 +0100
     1.2 +++ b/src/main/javadoc/overview.html	Mon Dec 14 06:05:11 2015 +0100
     1.3 @@ -79,18 +79,18 @@
     1.4           Get the best of both worlds!
     1.5  
     1.6           The goal of these APIs is to use full featured Java runtime
     1.7 -         (like real <a href="http://wiki.apidesign.org/wiki/HotSpot">HotSpot VM</a>),
     1.8 +         (like real <a target="_blank" href="http://wiki.apidesign.org/wiki/HotSpot">HotSpot VM</a>),
     1.9           but still rely on a very lightweight rendering technology
    1.10           (so it can potentially fit
    1.11 -         <a href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a> and definitely
    1.12 +         <a target="_blank" href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a> and definitely
    1.13           to various types of phones). What can be more lightweight
    1.14           (from a browser perspective) than
    1.15 -         <a href="http://wiki.apidesign.org/wiki/HTML">HTML</a>!?
    1.16 +         <a target="_blank" href="http://wiki.apidesign.org/wiki/HTML">HTML</a>!?
    1.17           By default we use {@link net.java.html.boot.fx JavaFX's WebView}
    1.18 -         component to display the <a href="http://wiki.apidesign.org/wiki/HTML">HTML</a>.
    1.19 +         component to display the <a target="_blank" href="http://wiki.apidesign.org/wiki/HTML">HTML</a>.
    1.20           We eliminate the need to manipulate the DOM directly,
    1.21           there is a special {@link net.java.html.json Java to Knockout.js binding}.
    1.22 -         As a result the <a href="http://knockoutjs.com">HTML uses Knockout.js syntax</a>,
    1.23 +         As a result the <a target="_blank" href="http://knockoutjs.com">HTML uses Knockout.js syntax</a>,
    1.24           yet the application code can be written in Java.
    1.25          </p>
    1.26  
    1.27 @@ -117,10 +117,10 @@
    1.28    &lt;/configuration&gt;
    1.29  &lt;/plugin&gt;
    1.30  </pre>
    1.31 -        OSGi headers are now <a href="https://netbeans.org/bugzilla/show_bug.cgi?id=256696">
    1.32 +        OSGi headers are now <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=256696">
    1.33              enterprise OSGi ready</a>.
    1.34 -        Switched to <a href="https://netbeans.org/bugzilla/show_bug.cgi?id=257130">minified version 3.4.0</a>
    1.35 -        of <a href="<a href="http://knockoutjs.com">">knockout.js</a>.
    1.36 +        Switched to <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=257130">minified version 3.4.0</a>
    1.37 +        of <a target="_blank" href="http://knockoutjs.com">knockout.js</a>.
    1.38  
    1.39          <h3>What's Been Improved in Version 1.2.3?</h3>
    1.40