Merge pull request #118 from sotojuan/doc-links

Use relative links to examples
This commit is contained in:
Yoshua Wuyts
2016-07-04 11:01:21 +02:00
committed by GitHub
+2 -2
View File
@@ -99,11 +99,11 @@
- __very cute:__ choo choo! - __very cute:__ choo choo!
## Demos ## Demos
- [Input example](https://github.com/yoshuawuyts/choo/tree/master/examples/title) - [Input example](examples/title/)
([requirebin](http://requirebin.com/?gist=e589473373b3100a6ace29f7bbee3186)) ([requirebin](http://requirebin.com/?gist=e589473373b3100a6ace29f7bbee3186))
- [HTTP effects example](https://fork-fang.hyperdev.space/) - [HTTP effects example](https://fork-fang.hyperdev.space/)
([hyperdev](https://hyperdev.com/#!/project/fork-fang)) ([hyperdev](https://hyperdev.com/#!/project/fork-fang))
- [Mailbox routing example](https://github.com/yoshuawuyts/choo/tree/master/examples/mailbox) - [Mailbox routing example](examples/mailbox/)
(@examples directory) (@examples directory)
- [TodoMVC](http://shuheikagawa.com/todomvc-choo/) - [TodoMVC](http://shuheikagawa.com/todomvc-choo/)
([github](https://github.com/shuhei/todomvc-choo)) ([github](https://github.com/shuhei/todomvc-choo))