diff --git a/examples/otherProjects/DisDemo/src/DisDemo/package-info.java b/examples/otherProjects/DisDemo/src/DisDemo/package-info.java
index 9e99ae3f8cc8a7e46aa0a788f861652660cd037f..48767d0a7b25f4213b06cc3745f3090168c8fef3 100644
--- a/examples/otherProjects/DisDemo/src/DisDemo/package-info.java
+++ b/examples/otherProjects/DisDemo/src/DisDemo/package-info.java
@@ -2,7 +2,7 @@
  * <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="../../../../DisDemo/build.run.log.txt">build.run.log.txt</a> file.</p>
+ * <a href="../../../otherProjects/DisDemo/build.run.log.txt">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>
diff --git a/examples/otherProjects/DisShooting/src/DisShooting/package-info.java b/examples/otherProjects/DisShooting/src/DisShooting/package-info.java
index 6ab81a6072b020e190eb68930329acd419dba769..1b41206f8a9185def0a5b1d2c5ac3a4f44aee72f 100644
--- a/examples/otherProjects/DisShooting/src/DisShooting/package-info.java
+++ b/examples/otherProjects/DisShooting/src/DisShooting/package-info.java
@@ -2,7 +2,7 @@
  * <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="../../../../DisShooting/build.run.log.txt">build.run.log.txt</a> file.</p>
+ * <a href="../../../otherProjects/DisShooting/build.run.log.txt">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>
diff --git a/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java b/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java
index 33887bbe01fcbe88f26a1ee966f9fd9cd6f80b34..cdc37d0982e95603fd2f6194fc13d9bb7b1646ca 100644
--- a/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java
+++ b/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java
@@ -2,7 +2,7 @@
  * <p>WebSocket server and 3JS example, supporting the NPS MOVES MV3500 Networked Graphics course.</p>
  * 
  * <p>Additional details are provided in the
- * <a href="../../../../../../README.txt">README.txt</a> file.</p>
+ * <a href="../../../../../otherProjects/WebsocketGateway/README.txt">README.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>