Skip to content

Commit 2ae84bb

Browse files
author
Jake Gordon
committed
update links s/codeincomplete.com/jakesgordon.com/
1 parent 0d60357 commit 2ae84bb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ See [MIT LICENSE](https://github.com/jakesgordon/javascript-state-machine/blob/m
144144
# Contact
145145

146146
If you have any ideas, feedback, requests or bug reports, you can reach me at
147-
[jake@codeincomplete.com](mailto:jake@codeincomplete.com), or via
148-
my website: [Code inComplete](http://codeincomplete.com/)
147+
[jakesgordon@gmail.com](mailto:jakesgordon@gmail.com), or via
148+
my website: [jakesgordon.com](https://jakesgordon.com/)

RELEASE_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8686
Version 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

109109
Version 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

114114
Version 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/)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
],
1515
"author": {
1616
"name": "Jake Gordon",
17-
"email": "jake@codeincomplete.com"
17+
"email": "jakesgordon@gmail.com"
1818
},
1919
"maintainers": [
2020
{
2121
"name": "Jake Gordon",
22-
"email": "jake@codeincomplete.com"
22+
"email": "jakesgordon@gmail.com"
2323
}
2424
],
2525
"license": "MIT",

0 commit comments

Comments
 (0)