From 8f6fece2aa34084389cbfd2d06ad7d398d93765a Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 19 Jun 2022 07:47:02 -0700
Subject: [PATCH] moved projects to otherProjects subdirectory, fix relative
 links

---
 examples/otherProjects/DisDemo/src/DisDemo/package-info.java    | 2 +-
 .../otherProjects/DisShooting/src/DisShooting/package-info.java | 2 +-
 .../src/edu/nps/moves/gateway/package-info.java                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/otherProjects/DisDemo/src/DisDemo/package-info.java b/examples/otherProjects/DisDemo/src/DisDemo/package-info.java
index 9e99ae3f8c..48767d0a7b 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 6ab81a6072..1b41206f8a 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 33887bbe01..cdc37d0982 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>
-- 
GitLab