diff --git a/README.md b/README.md index f17159f..4215a94 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Transitions exiting the current State is used on execution. If there are several Transitions that are usable (their conditional expressions evaluate to true) the one, having alphabetically first name, is used. The action is executed when the Transition is used. You can find more information on Mealy machine [here](http://en.wikipedia.org/wiki/Mealy_machine). -A more detailed description of the package can be found [here](https://github.com/CoCoViLa/MealyMachine/tree/gh-pages). \ No newline at end of file +A more detailed description of the package can be found [here](http://cocovila.github.io/MealyMachine/). \ No newline at end of file