From 3322a983a5a0656ad3a4b6697a749c45725451d7 Mon Sep 17 00:00:00 2001 From: Juan Soto Date: Sun, 3 Jul 2016 15:23:16 -0400 Subject: [PATCH] Use relative links to examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3fb64d..5355dcc 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,11 @@ - __very cute:__ choo choo! ## Demos -- [Input example](https://github.com/yoshuawuyts/choo/tree/master/examples/title) +- [Input example](examples/title/) ([requirebin](http://requirebin.com/?gist=e589473373b3100a6ace29f7bbee3186)) - [HTTP effects example](https://fork-fang.hyperdev.space/) ([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) - [TodoMVC](http://shuheikagawa.com/todomvc-choo/) ([github](https://github.com/shuhei/todomvc-choo))