diff --git a/README.md b/README.md
index a7b1349..bd294cd 100644
--- a/README.md
+++ b/README.md
@@ -640,13 +640,13 @@ A minimal control which allows to manage a classic "text" message and update its
-Check the example project [TelegramBotBase.Example/Tests/Controls/LabelForm](TelegramBotBase.Example/Tests/Controls/LabelForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/LabelForm.cs](TelegramBotBase.Test/Tests/Controls/LabelForm.cs)
### Progress Bar
-Check the example project [TelegramBotBase.Example/Tests/ProgressTest.cs](TelegramBotBase.Example/Tests/ProgressTest.cs)
+Check the example project [TelegramBotBase.Test/Tests/ProgressTest.cs](TelegramBotBase.Test/Tests/ProgressTest.cs)
### Calendar Picker
@@ -655,14 +655,14 @@ Check the example project [TelegramBotBase.Example/Tests/ProgressTest.cs](Telegr
-Check the example project [TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs](TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/CalendarPickerForm.cs](TelegramBotBase.Test/Tests/Controls/CalendarPickerForm.cs)
### Month Picker
-Check the example project [TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs](TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/MonthPickerForm.cs](TelegramBotBase.Test/Tests/Controls/MonthPickerForm.cs)
### Tree View
@@ -671,43 +671,43 @@ Check the example project [TelegramBotBase.Example/Tests/Controls/MonthPickerFor
-Check the example project [TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs](TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/TreeViewForms.cs](TelegramBotBase.Test/Tests/Controls/TreeViewForms.cs)
### Toggle Button
-Check the example project [TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/ToggleButtonForm.cs](TelegramBotBase.Test/Tests/Controls/ToggleButtonForm.cs)
### Button Grid
-Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/ButtonGridForm.cs](TelegramBotBase.Test/Tests/Controls/ButtonGridForm.cs)
#### Paging & Searching
-Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridPadingForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridPagingForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/ButtonGridPadingForm.cs](TelegramBotBase.Test/Tests/Controls/ButtonGridPagingForm.cs)
### Tagged Button Grid
-Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/ButtonGridTagForm.cs](TelegramBotBase.Test/Tests/Controls/ButtonGridTagForm.cs)
### Checked Button List
-Check the example project [TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs](TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/CheckedButtonListForm.cs](TelegramBotBase.Test/Tests/Controls/CheckedButtonListForm.cs)
### Multi Toggle Button
-Check the example project [TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs)
+Check the example project [TelegramBotBase.Test/Tests/Controls/MultiToggleButtonForm.cs](TelegramBotBase.Test/Tests/Controls/MultiToggleButtonForm.cs)
## Groups