From bc02dca9a50a91d150c832539664b0c7d07f7697 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 30 Apr 2023 16:04:16 -0700
Subject: [PATCH] add subdirectory links

---
 assignments/src/overview.html | 6 ++++--
 examples/src/overview.html    | 8 +++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/assignments/src/overview.html b/assignments/src/overview.html
index 8bd48f5a63..7a514dd490 100644
--- a/assignments/src/overview.html
+++ b/assignments/src/overview.html
@@ -4,10 +4,12 @@
         <p>
             <!-- Note that javadoc throws an incorrect error regarding title attribute, but resulting HTML works as expected -->
             <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/README.md" target="_blank" title="Open-Dis Surfer Dude, Thanks Don McGregor!"><img src="OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a>
-            Examples, presentations and projects are provided in
+            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/assignments" target="_blank">Assignments</a>,
+            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/examples" target="_blank">examples</a>, 
+            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/presentations" target="_blank">presentations</a> and projects are provided in
             <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="_blank">MV3500 Distributed Simulation Fundamentals</a>
             course archive by the
-            <a href="https://nps.edu/web/moves" target="_blank">Modeling, Virtual Environments, Simulation (MOVES) Institute</a>
+            <a href="https://www.nps.edu/web/moves" target="_blank">Modeling, Virtual Environments, Simulation (MOVES) Institute</a>
             of the
             <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>.
         </p>
diff --git a/examples/src/overview.html b/examples/src/overview.html
index 21433d260c..7a514dd490 100644
--- a/examples/src/overview.html
+++ b/examples/src/overview.html
@@ -3,11 +3,13 @@
     <body>
         <p>
             <!-- Note that javadoc throws an incorrect error regarding title attribute, but resulting HTML works as expected -->
-            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/README.md" target="_blank" title="Open-Dis Surfer Dude, Thanks Don McGregor!"><img src="OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a>
-            Examples, presentations and projects are provided in
+            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/README.md" target="_blank" title="Open-Dis Surfer Dude, Thanks Don McGregor!"><img src="OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a>
+            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/assignments" target="_blank">Assignments</a>,
+            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/examples" target="_blank">examples</a>, 
+            <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/presentations" target="_blank">presentations</a> and projects are provided in
             <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="_blank">MV3500 Distributed Simulation Fundamentals</a>
             course archive by the
-            <a href="https://nps.edu/web/moves" target="_blank">Modeling, Virtual Environments, Simulation (MOVES) Institute</a>
+            <a href="https://www.nps.edu/web/moves" target="_blank">Modeling, Virtual Environments, Simulation (MOVES) Institute</a>
             of the
             <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>.
         </p>
-- 
GitLab