From 1f5aab5cf1dcc115a8a66d59cd57b642d5341782 Mon Sep 17 00:00:00 2001 From: Amanjeev Sethi Date: Mon, 8 Jan 2024 15:10:02 -0500 Subject: [PATCH] adds link to tools --- exercise-book/src/self-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise-book/src/self-check.md b/exercise-book/src/self-check.md index b3a9021..d395dd4 100644 --- a/exercise-book/src/self-check.md +++ b/exercise-book/src/self-check.md @@ -210,7 +210,7 @@ The `echo` command adds a new-line character automatically. Use `echo -n` if you #### Using our TCP Client -We have written a basic TCP Client which should work on any platform. +We have written [a basic TCP Client](../../tools/tcp-client) which should work on any platform. ```console $ cd tools/tcp-client