Skip to content
Snippets Groups Projects
Commit d37ad7ee authored by Brutzman, Don's avatar Brutzman, Don
Browse files

add target="_blank" to html links

parent 3f264045
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
* <p>DisDemo project using opendis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.</p> * <p>DisDemo project using opendis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.</p>
* *
* <p>Example output is found in the * <p>Example output is found in the
* <a href="../../../otherProjects/DisDemo/build.run.log.txt">build.run.log.txt</a> file.</p> * <a href="../../../otherProjects/DisDemo/build.run.log.txt" target="_blank">build.run.log.txt</a> file.</p>
* *
* @see java.lang.Package * @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a> * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful" target="_blank">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a> * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java" target="_blank">StackOverflow: how-do-i-document-packages-in-java</a>
*/ */
package DisDemo; package DisDemo;
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
* <p>DisShooting project using opendis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.</p> * <p>DisShooting project using opendis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.</p>
* *
* <p>Example output is found in the * <p>Example output is found in the
* <a href="../../../otherProjects/DisShooting/build.run.log.txt">build.run.log.txt</a> file.</p> * <a href="../../../otherProjects/DisShooting/build.run.log.txt" target="_blank">build.run.log.txt</a> file.</p>
* *
* @see java.lang.Package * @see java.lang.Package
* @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a> * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful" target="_blank">StackOverflow: why-is-package-info-java-useful</a>
* @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a> * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java" target="_blank">StackOverflow: how-do-i-document-packages-in-java</a>
*/ */
package DisShooting; package DisShooting;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment