From e8aaa1f45d11a04064480f4124faadfe3134c199 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 30 May 2013 11:18:54 +0200 Subject: [PATCH] inline sut.js Signed-off-by: Nico Schottelius --- docs/sut.mdwn | 2 +- docs/sut/{js.html => sut.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/sut/{js.html => sut.js} (100%) diff --git a/docs/sut.mdwn b/docs/sut.mdwn index 264f6ee3..8772ee16 100644 --- a/docs/sut.mdwn +++ b/docs/sut.mdwn @@ -121,7 +121,7 @@ You can start right away to use SUT in your daily work. SKMP created a javascript implementation of SUT, so you can easily see the current time: -[[js.html]] +[[!inline sut.jsl]] The source is available [at github](https://github.com/telmich/sut). diff --git a/docs/sut/js.html b/docs/sut/sut.js similarity index 100% rename from docs/sut/js.html rename to docs/sut/sut.js