Skip to content

Commit

Permalink
Merge pull request #545 from jafin/fix/readme-link
Browse files Browse the repository at this point in the history
docs: Update README.md dead link for simplestatemachine
  • Loading branch information
HenningNT authored Nov 3, 2023
2 parents dc70a9d + 1f9a302 commit e88e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ phoneCall.Fire(Trigger.CallDialled);
Assert.AreEqual(State.Ringing, phoneCall.State);
```

This project, as well as the example above, was inspired by [Simple State Machine](http://simplestatemachine.codeplex.com/).
This project, as well as the example above, was inspired by [Simple State Machine (Archived)](https://web.archive.org/web/20170814020207/http://simplestatemachine.codeplex.com/).

## Features

Expand Down

0 comments on commit e88e6eb

Please sign in to comment.