diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index 08cd587b5eb83b208e97547d4febb50225250649..24bf7cc2d30d7647db4c3440a2637dddaa408f58 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") |