From e9ffea564b12497d759a7b20c660beed0584d5b5 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 17 May 2023 12:14:24 -0700 Subject: [PATCH] improve clarity --- assignments/pduLog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/pduLog/README.md b/assignments/pduLog/README.md index 1e83f1026e..8545c8966f 100644 --- a/assignments/pduLog/README.md +++ b/assignments/pduLog/README.md @@ -14,4 +14,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` +To clean out old log files, simply run this directory's **[build.xml](build.xml)** target `clean.all.log.files` -- GitLab