From 723b30b5c29d69480a8daf0ab4ddf687233e1efb Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 27 Dec 2023 14:47:06 -0800 Subject: [PATCH] corrected directory links --- assignments/src/overview.html | 6 +++--- examples/src/overview.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assignments/src/overview.html b/assignments/src/overview.html index 76495c8a4b..8d22a09a0e 100644 --- a/assignments/src/overview.html +++ b/assignments/src/overview.html @@ -4,9 +4,9 @@ <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"><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/-/tree/master/assignments" target="_blank">Assignments</a>, + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples" target="_blank">examples</a>, + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/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://www.nps.edu/web/moves" target="_blank">Modeling, Virtual Environments, Simulation (MOVES) Institute</a> diff --git a/examples/src/overview.html b/examples/src/overview.html index aa0970b445..95c8ab33e4 100644 --- a/examples/src/overview.html +++ b/examples/src/overview.html @@ -4,9 +4,9 @@ <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> - <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/-/tree/master/assignments" target="_blank">Assignments</a>, + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples" target="_blank">examples</a>, + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/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://www.nps.edu/web/moves" target="_blank">Modeling, Virtual Environments, Simulation (MOVES) Institute</a> -- GitLab