From 477990ada59e7498ef284c29383c020b5aeb33d1 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Thu, 18 Jun 2020 08:51:14 -0500 Subject: [PATCH] added url to new demonstration video --- assignment/socket_chat--patterns-and-testing.md | 2 +- src/test/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 src/test/.gitkeep diff --git a/assignment/socket_chat--patterns-and-testing.md b/assignment/socket_chat--patterns-and-testing.md index 6c38999..bda0701 100644 --- a/assignment/socket_chat--patterns-and-testing.md +++ b/assignment/socket_chat--patterns-and-testing.md @@ -106,7 +106,7 @@ authoritative source of requirements.** Look over the starter code, view <!--[this short demonstration](https://use.vg/qB6zFZ),--> -[this short demonstration](TODO) <!-- this one includes relay server --> +[this short demonstration](https://use.vg/eiLVWB) <!-- this one includes relay server --> and run the program to get a feel for how the program works. diff --git a/src/test/.gitkeep b/src/test/.gitkeep deleted file mode 100644 index e69de29..0000000 -- GitLab