From 365ae4d19fef15fb6c5bb36cdee3e2e846d1bec2 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sat, 27 May 2023 21:22:02 +0300 Subject: [PATCH] fix lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52526ec..32c1e09 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [PicoTCP](https://github.com/Tubbz-alt/picotcp) - Small-footprint, modular TCP/IP stack designed for embedded systems and the Internet of Things. * [RawTCP_Lib](https://github.com/h3xduck/RawTCP_Lib) - C library for creating and using TCP/IP packets with raw network sockets. * [LRNDIS](https://github.com/fetisov/lrndis) - Ethernet over USB (rndis + lwip). -* [CycloneTCP](https://github.com/Oryx-Embedded/CycloneTCP) - A dual IPv4/IPv6 stack dedicated to embedded applications. The stack is distributed as a full ANSI C and highly maintainable source code ([examples](https://www.oryx-embedded.com/download/CycloneTCP_SSL_SSH_CRYPTO_Open_2_2_4.zip) not included in github's sources). +* [CycloneTCP](https://github.com/Oryx-Embedded/CycloneTCP) - A dual IPv4/IPv6 stack dedicated to embedded applications. The stack is distributed as a full ANSI C and highly maintainable source code ([examples](https://www.oryx-embedded.com/download/CycloneTCP_SSL_SSH_CRYPTO_Open_2_2_4.zip) not included in GitHub's sources). ### Web Server