From bc63617a8241fe68e27d05fb3812131f84ef694d Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 25 Aug 2024 09:46:09 -0700
Subject: [PATCH] links

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

diff --git a/examples/src/SimkitOpenDis7Examples/README.md b/examples/src/SimkitOpenDis7Examples/README.md
index f9aa4d135f..fffbb566f2 100644
--- a/examples/src/SimkitOpenDis7Examples/README.md
+++ b/examples/src/SimkitOpenDis7Examples/README.md
@@ -1,12 +1,13 @@
 # MV3500 Simkit Viskit DIS Examples
 
+<!-- TODO rename directory SimkitViskitOpenDis7Examples -->
 <!-- https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples/src/SimkitOpenDis7Examples/README.md -->
 
 *Simkit* is a powerful tool for modeling and simulation that can be networked 
 with other applications by integrating use of the 
 Distributed Interactive Simulation (DIS) protocol.
 This directory includes simple Simkit programs which are getting modified to
-utilize (opendis7-java)[https://savage.nps.edu/opendis7-java] libraries for PDU output.
+utilize [opendis7-java](https://savage.nps.edu/opendis7-java) libraries for PDU output.
 
 *Viskit* is a visual editor for authoring Simkit event graphs and simulation assemblies.
 Models are authored visually and saved as XML, which in turn generates Simkit Java code.
@@ -18,6 +19,7 @@ DIS capabilities with Simkit.
 * Integrate code to share state changes from Simkit entities as DIS PDU messages.
 * Establish reference examples with corresponding output logs for test confirmation.
 * Build interoperability examples for distributed simulation using Simkit, Viskit, DIS and X3D.
+* Continue evolution of [Viskit tool](https://gitlab.nps.edu/Savage/viskit) and integrated builds.
 
 ## Example Programs
 
-- 
GitLab