@@ -81,7 +81,7 @@ Version 2.2.0 (January 26th 2013)
8181 * Added generic state callbacks 'onleavestate' and 'onenterstate' (issue #28 )
8282 * Fixed 'undefined' event return codes (issue #34 ) - pull from gentooboontoo (thanks!)
8383 * Allow async event transition to be cancelled (issue #22 )
84- * [ read more...] ( http ://codeincomplete .com/posts/2013/1/26/javascript_state_machine_v2_2_0 /)
84+ * [ read more...] ( https ://jakesgordon .com/writing/javascript-state-machine-v2-2-0 /)
8585
8686Version 2.1.0 (January 7th 2012)
8787--------------------------------
@@ -104,14 +104,14 @@ Version 2.0.0 (August 19th 2011)
104104 * added a generic ` onchangestate(event,from,to) ` callback to detect all state changes with a single function.
105105 * allow callbacks to be declared at creation time (instead of having to attach them afterwards)
106106 * renamed 'hooks' => 'callbacks'
107- * [ read more...] ( http ://codeincomplete .com/posts/2011/8/19/javascript_state_machine_v2 /)
107+ * [ read more...] ( https ://jakesgordon .com/writing/javascript-state-machine-v2 /)
108108
109109Version 1.2.0 (June 21st 2011)
110110------------------------------
111111 * allows the same event to transition to different states, depending on the current state (see 'Multiple...' section in README.md)
112- * [ read more...] ( http ://codeincomplete .com/posts/2011/6/21/javascript_state_machine_v1_2_0 /)
112+ * [ read more...] ( https ://jakesgordon .com/writing/javascript-state-machine-v1-2-0 /)
113113
114114Version 1.0.0 (June 1st 2011)
115115-----------------------------
116116 * initial version
117- * [ read more...] ( http ://codeincomplete .com/posts/2011/6/1/javascript_state_machine /)
117+ * [ read more...] ( https ://jakesgordon .com/writing/javascript-state-machine /)
0 commit comments