From f6bd335664fe479321a709817d578437e536ce93 Mon Sep 17 00:00:00 2001 From: Nnenty Date: Wed, 7 Aug 2024 17:32:53 +0300 Subject: [PATCH] fix link to example --- telers/src/fsm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telers/src/fsm.rs b/telers/src/fsm.rs index 36b215d..2088cf7 100644 --- a/telers/src/fsm.rs +++ b/telers/src/fsm.rs @@ -25,7 +25,7 @@ //! so we create [`StorageKey`] in the [`FSMContext middleware`] and pass it to the [`Context`] //! that wrap the [`StorageKey`] and [`Storage`] to provide more convenient API to work with the storage. //! -//! You can check example of using FSM in the [`examples/finite_state_machine`]. +//! You can check example of using FSM in the [`examples/fsm`](https://github.com/Desiders/telers/tree/dev-1.x/examples/fsm). //! //! [`UserInChat`]: Strategy::UserInChat //! [`Chat`]: Strategy::Chat