From 34fe969b61cc791c1fcf4284471429fa22ed6674 Mon Sep 17 00:00:00 2001 From: Christopher Venning Date: Thu, 11 Jun 2015 16:12:10 -0400 Subject: [PATCH] Change JSFiddle example to use Mithril 0.2.0 --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0b2814ce..fdad414d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -498,7 +498,7 @@ m.mount(document, {controller: todo.controller, view: todo.view}); ``` -This example is also available as a [jsFiddle](http://jsfiddle.net/milesmatthias/fbgypzbr/1/). +This example is also available as a [jsFiddle](http://jsfiddle.net/fbgypzbr/16/). There is also [Extended example](http://jsfiddle.net/glebcha/q7tvLxsa/) available on jsfiddle. ---