diff --git a/docs/guides/index.md b/docs/guides/index.md index eab151e..899df95 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -2,8 +2,8 @@ The guides feature supplementary documentation intended for your reference as you progress through the roadmap. You'll be directed to the relevant pages as necessary. These documents are broadly classified into two categories: -- **Resources:** These encompass materials and information aimed at aiding comprehension and task execution. They may include links to third-party websites for deeper understanding of specific topics. -- **References:** This category provides descriptions and code snippets related to functions and libraries that you'll utilize during implementation. They serve a similar purpose to a `README.md` file found in projects. +- **Resources:** These articles include information designed to help us understand concepts. They may include links to third-party websites for deeper understanding of specific topics. +- **References:** These articles provides descriptions and code snippets related to functions and libraries that you'll utilize during implementation. They serve a similar purpose to a `README.md` file found in projects. ## Resources @@ -13,9 +13,6 @@ The guides feature supplementary documentation intended for your reference as yo - [Sockets](/guides/resources/sockets) - [Linux epoll](/guides/resources/introduction-to-linux-epoll) - [HTTP](/guides/resources/http) - - - ## References