From d6b93a122ddc89a37f21ba630ba5b619ad1e6694 Mon Sep 17 00:00:00 2001 From: Kap Date: Fri, 1 Sep 2023 23:49:44 +0300 Subject: [PATCH] Update updates-with-flows.md --- docs/tgbotapi/logic/updates-with-flows.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tgbotapi/logic/updates-with-flows.md b/docs/tgbotapi/logic/updates-with-flows.md index e391f9b..071cbe0 100644 --- a/docs/tgbotapi/logic/updates-with-flows.md +++ b/docs/tgbotapi/logic/updates-with-flows.md @@ -1,5 +1,5 @@ -# Updates with flows - +# Updates with flows + Of course, in most cases here we will look up the way of using [utils extnsions](https://github.com/InsanusMokrassar/TelegramBotAPI/tree/master/tgbotapi.utils/), but you may read deeper about updates retrieving [here](https://bookstack.inmo.dev/books/telegrambotapi/chapter/updates-retrieving). ## Phylosophy of `Flow` updates retrieving @@ -53,5 +53,5 @@ This example looks like the example above with three steps, but there are severa As a result you can start listen updates and react on it. Next recommended articles: -* [Behaviour Builder](https://bookstack.inmo.dev/books/telegrambotapi/page/behaviour-builder) as a variant of asynchronous handling of your bot logic -* [FSM variant of Behaviour Builder](https://bookstack.inmo.dev/books/telegrambotapi/page/behaviour-builder-with-fsm) \ No newline at end of file +* [Behaviour Builder](https://docs.inmo.dev/tgbotapi/logic/behaviour-builder.html) as a variant of asynchronous handling of your bot logic +* [FSM variant of Behaviour Builder](https://docs.inmo.dev/tgbotapi/logic/behaviour-builder-with-fsm.html)