KStateMachine / kstatemachine

KStateMachine is a Kotlin DSL library for creating state machines and statecharts.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
339 stars 19 forks source link

Example links in the docs are broken (404) #63

Closed binarynoise closed 1 year ago

binarynoise commented 1 year ago

Looks like https://github.com/nsk90/kstatemachine/tree/master/samples/src/main was renamed to https://github.com/nsk90/kstatemachine/blob/master/samples/src/commonMain

nsk90 commented 1 year ago

You are right, I will fix it, thanks.