From 920284d77d6e847d6baebfc76cbdd98db2d530d0 Mon Sep 17 00:00:00 2001 From: ZavaruKitsu Date: Thu, 22 Sep 2022 00:40:39 +0300 Subject: [PATCH] docs: fix anchor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f4991..b93c743 100644 --- a/README.md +++ b/README.md @@ -553,7 +553,7 @@ public class PerForm : AutoCleanForm } ``` -[Another case](TelegramBotBaseTest/Tests/Register/PerStep.cs), where every of these 3 inputs gets requested by a +[Another case](TelegramBotBase.Test/Tests/Register/PerStep.cs), where every of these 3 inputs gets requested by a different forms. Just for imagination of the possibilities.