From 5e54734b28e0dca25039ede695af1b11747d0d73 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Tue, 23 Aug 2022 21:10:27 -0700 Subject: [PATCH] Fixed error in links --- docs/Files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Files.md b/docs/Files.md index 43cd959..f7bec23 100644 --- a/docs/Files.md +++ b/docs/Files.md @@ -9,9 +9,9 @@ as the main event loop. It is inherently single threaded using Asynchronous I/O - **[ILibAsyncSocket](files/ILibAsyncSocket.md)** Provides the underyling TCP socket functionality -- **[ILibAsyncSocket](files/ILibAsyncUDPSocket.md)** +- **[ILibAsyncUDPSocket](files/ILibAsyncUDPSocket.md)** Provides the underlying UDP socket functionality -- **ILibAsyncServerSocket** +- **[ILibAsyncServerSocket](files/ILibAsyncServerSocket.md)** Provides the underlying TCP Server functionality - ILibCrypto - **ILibIPAddressMonitor**