From 42d756ea74aa89230b3f95bf8c791697be1ee7d8 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 8 Feb 2016 10:28:51 -0500 Subject: [PATCH] change link to Arthur Clemens' template compiler --- 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) ---