diff --git a/README.md b/README.md
index f348193..3120ad8 100644
--- a/README.md
+++ b/README.md
@@ -24,13 +24,13 @@
alt="NPM version" />
-
-
+
-
-
+
@@ -51,7 +51,7 @@
Website
|
-
+
Handbook
|
@@ -63,7 +63,7 @@
-
+
Contributing
|
@@ -76,7 +76,7 @@
@@ -163,7 +163,7 @@ and super smiley faces.
## Events
At the core of Choo is an event emitter, which is used for both application
logic but also to interface with the framework itself. The package we use for
-this is [nanobus](https://github.com/yoshuawuyts/nanobus).
+this is [nanobus](https://github.com/choojs/nanobus).
You can access the emitter through `app.use(state, emitter)`, `app.route(route,
view(state, emit))` or `app.emitter`. Routes only have access to the
@@ -272,7 +272,7 @@ anchor links on the page is generally not recommended.
### Following links
By default all clicks on `` tags are handled by the router through the
-[nanohref](https://github.com/yoshuawuyts/nanohref) module. This can be
+[nanohref](https://github.com/choojs/nanohref) module. This can be
disabled application-wide by passing `{ href: false }` to the application
constructor. The event is not handled under the following conditions:
- the click event had `.preventDefault()` called on it
@@ -408,7 +408,7 @@ Initialize a new `choo` instance. `opts` can also contain the following values:
### `app.use(callback(state, emitter))`
Call a function and pass it a `state` and `emitter`. `emitter` is an instance
-of [nanobus](https://github.com/yoshuawuyts/nanobus/). You can listen to
+of [nanobus](https://github.com/choojs/nanobus/). You can listen to
messages by calling `emitter.on()` and emit messages by calling
`emitter.emit()`.
@@ -445,7 +445,7 @@ $ npm install choo
```
## See Also
-- [bankai](https://github.com/yoshuawuyts/bankai) - streaming asset compiler
+- [bankai](https://github.com/choojs/bankai) - streaming asset compiler
- [stack.gl](http://stack.gl/) - open software ecosystem for WebGL
- [yo-yo](https://github.com/maxogden/yo-yo) - tiny library for modular UI
- [bel](https://github.com/shama/bel) - composable DOM elements using template
@@ -537,7 +537,7 @@ Become a backer, and buy us a coffee (or perhaps lunch?) every month or so.
## License
[MIT](https://tldrlegal.com/license/mit-license)
-[bankai]: https://github.com/yoshuawuyts/bankai
+[bankai]: https://github.com/choojs/bankai
[bel]: https://github.com/shama/bel
[browserify]: https://github.com/substack/node-browserify
[budo]: https://github.com/mattdesl/budo
@@ -545,8 +545,8 @@ Become a backer, and buy us a coffee (or perhaps lunch?) every month or so.
[handbook]: https://github.com/yoshuawuyts/choo-handbook
[hyperx]: https://github.com/substack/hyperx
[morphdom-bench]: https://github.com/patrick-steele-idem/morphdom#benchmarks
-[nanomorph]: https://github.com/yoshuawuyts/nanomorph
-[nanorouter]: https://github.com/yoshuawuyts/nanorouter
+[nanomorph]: https://github.com/choojs/nanomorph
+[nanorouter]: https://github.com/choojs/nanorouter
[nanomount]: https://github.com/yoshuawuyts/nanomount
[yo-yo]: https://github.com/maxogden/yo-yo
[yo-yoify]: https://github.com/shama/yo-yoify