From 5e78f3576c4884e7b70f741d5474791fd968c07e Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 4 Jun 2023 18:23:34 -0700
Subject: [PATCH] add url as comment

---
 examples/pduLog/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/pduLog/README.md b/examples/pduLog/README.md
index 1e83f1026e..5e90628af6 100644
--- a/examples/pduLog/README.md
+++ b/examples/pduLog/README.md
@@ -2,6 +2,8 @@
 
 This directory holds temporary PDU log files which may be deleted at any time!
 
+To clean out old log files, simply run [build.xml](build.xml) target `clean.all.log.files`
+
 Each time you run a DIS simulation and a PduRecorder is listening, another
 log file is created.  File names are numbered sequentially and uniquely, so that 
 important PDU log captures can later be copied and saved to where they are needed.
@@ -14,4 +16,4 @@ the corresponding homework or project directory (and likely renaming as well).
 Note that the PDU log files are very tolerant of inline comments starting with
 a # character, so you can document success/failure and TODO issues there as well.
 
-To clean out old log files, simply run [build.xml](build.xml) target `clean.all.log.files`
+<!-- https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/pduLog/README.md -->
-- 
GitLab