Finite state machines in rust; bendns fork to add types.
Merge branch 'eugene-babichenko:master' into feature/repr_c
Aaron Jost 2022-10-09
parent 6f603a0 · parent 9c45f49 · commit 55cc0df
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97f2990..f55746e 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ wrappers (for now there is only `StateMachine`).
You can see an example of the Circuit Breaker state machine in the
[project repository][repo].
-[repo]: https://github.com/eugene-babichenko/rust-fsm/blob/master/tests/circuit_breaker.rs
+[repo]: https://github.com/eugene-babichenko/rust-fsm/blob/master/rust-fsm/tests/circuit_breaker.rs
[docs-badge]: https://docs.rs/rust-fsm/badge.svg
[docs-link]: https://docs.rs/rust-fsm
[crate-badge]: https://img.shields.io/crates/v/rust-fsm.svg