From 7e88af0820b1a3848070963dfd49a1600bd31d56 Mon Sep 17 00:00:00 2001 From: Dominik Dumaine Date: Sun, 7 Feb 2016 18:20:56 +1100 Subject: [PATCH] Amending template converter Switching to @arthurclemens modified template converter --- docs/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools.md b/docs/tools.md index a0c0ae76..f7634a70 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -4,7 +4,7 @@ If you already have your HTML written and want to convert it into a Mithril template, you can use the tool below for one-off manual conversion. -[Template Converter](tools/template-converter.html) +[Template Converter](http://arthurclemens.github.io/mithril-template-converter/index.html) ---