docs: fix links to examples

This commit is contained in:
ZavaruKitsu 2022-09-22 00:33:07 +03:00
parent a125addd2e
commit 0e3cb79a2f

View File

@ -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)