From 0e3cb79a2fa7d5b67cda65f5c952bf44915f900b Mon Sep 17 00:00:00 2001 From: ZavaruKitsu Date: Thu, 22 Sep 2022 00:33:07 +0300 Subject: [PATCH] docs: fix links to examples --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 802d095..47aaa31 100644 --- a/README.md +++ b/README.md @@ -995,17 +995,17 @@ have given to the constructor at the beginning.* You can find all example projects in the "Examples" subfolder. -- [Examples/SystemCommandsBot/](Examples/SystemCommandsBot/) +- [Examples/SystemCommandsBot](Examples/SystemCommandsBot) + +Example using minimal dotnet console template with EntityFramework and Dependency Injection. + +- [Examples/EFCoreBot](Examples/EFCoreBot) Will allow you to run specific system commands or run/kill processes via Bot. Also has a simple authentication mechanism with one password. -- [Examples/JoinHiderBot/](Examples/JoinHiderBot/) +- [Examples/JoinHiderBot](Examples/JoinHiderBot) Will delete Join and Leave messages automatically in groups. -- [Examples/AsyncFormUpdates/](Examples/AsyncFormUpdates/) - -Example using minimal dotnet console template with EntityFramework and Dependency Injection. - -- [Examples/EFCore/](Examples/EFCore/) +- [Examples/AsyncFormUpdates](Examples/AsyncFormUpdates)