From c39267cec05b803086c6bc0a6538d9a7387168d9 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 17 May 2023 12:09:49 -0700
Subject: [PATCH] location of pduLog subdirectory

---
 assignments/src/MV3500Cohort2023MarchJune/homework3/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md b/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
index 04de4ccf98..7863318288 100644
--- a/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
@@ -6,7 +6,7 @@
 2. Experiment with the enumeration values that set up each entity and PDU.  What works for you?  What makes sense for your future work?
 3. Adapt or replace the UML diagrams to describe what you have going on.
 4. Record, save and replay your result stream using [PduRecorder](https://savage.nps.edu/opendis7-java/javadoc/edu/nps/moves/dis7/utilities/stream/PduRecorder.html) or [Wireshark](https://www.wireshark.org)
-   * see the local [assignments/pduLog](../../../assignments/pduLog) subdirectory for latest opendis log files
+   * see the local [assignments/pduLog](../../assignments/pduLog) subdirectory for latest opendis log files
    * Coming soon, we will also (again have) [X3D-Edit](https://savage.nps.edu/X3D-Edit) for DIS stream recording/replay
 5. Observe good-practice conventions in the [assignments README](../../../README.md) and [current-course README](../README.md) instructions.
 
-- 
GitLab