diff --git a/examples/otherProjects/DisDemo/src/DisDemo/package-info.java b/examples/otherProjects/DisDemo/src/DisDemo/package-info.java
index 48767d0a7b25f4213b06cc3745f3090168c8fef3..54ab42ed0b391e46cc998bb22d7737d6fde0b198 100644
--- a/examples/otherProjects/DisDemo/src/DisDemo/package-info.java
+++ b/examples/otherProjects/DisDemo/src/DisDemo/package-info.java
@@ -2,11 +2,11 @@
  * <p>DisDemo project using opendis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.</p>
  * 
  * <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 <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/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</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" target="_blank">StackOverflow: how-do-i-document-packages-in-java</a>
  */
 
 package DisDemo;
diff --git a/examples/otherProjects/DisShooting/src/DisShooting/package-info.java b/examples/otherProjects/DisShooting/src/DisShooting/package-info.java
index 1b41206f8a9185def0a5b1d2c5ac3a4f44aee72f..6ca2ef8388dc74f2a7e3f11b465eab7802fca215 100644
--- a/examples/otherProjects/DisShooting/src/DisShooting/package-info.java
+++ b/examples/otherProjects/DisShooting/src/DisShooting/package-info.java
@@ -2,11 +2,11 @@
  * <p>DisShooting project using opendis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.</p>
  * 
  * <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 <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/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</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" target="_blank">StackOverflow: how-do-i-document-packages-in-java</a>
  */
 
 package DisShooting;