From 0813852cd64cc7f6497bc6722c91c7e856dd8507 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Wed, 5 Apr 2023 11:38:32 -0700
Subject: [PATCH] add link

---
 examples/src/TcpExamples/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index 08cd587b5e..24bf7cc2d3 100644
--- a/examples/src/TcpExamples/README.md
+++ b/examples/src/TcpExamples/README.md
@@ -1,5 +1,7 @@
 ## TCP Examples Source Code
 
+# https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md
+
 | Telnet example       |  Telnet connection counting   | Client-server socket communications | Client-Server Timing Sequence Diagram |
 |----------------------|-------------------------------|-------------------------------------|---------------------------------------|
 |  ![Telnet example](TcpExample1ScreenshotNetcat.png "Telnet example") | ![Telnet connection counting](TcpExample2ConnectionCountingScreenshot.png "Telnet connection counting") | ![Client-server socket communications](TcpExample3ServerClientScreenshot.png "Client-server socket communications") | ![Client-Server Timing Sequence Diagram](TcpExample4SequenceDiagram.png "Client-Server Timing Sequence Diagram") |
-- 
GitLab