changeset 797:86e477945676

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Sep 2016 11:50:30 -0600
parents 6b8ea0a9b7c9
children 9eccfede1094
files scripts/test.luan website/src/examples/shell.luan
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/test.luan	Mon Sep 05 19:52:49 2016 -0600
+++ b/scripts/test.luan	Tue Sep 06 11:50:30 2016 -0600
@@ -30,7 +30,7 @@
 end
 
 function Io.schemes.site(path)
-	return Io.uri( "luan:http"..path )
+	return Io.uri( "luan:http/tools"..path )
 end
 
 local page
--- a/website/src/examples/shell.luan	Mon Sep 05 19:52:49 2016 -0600
+++ b/website/src/examples/shell.luan	Tue Sep 06 11:50:30 2016 -0600
@@ -1,1 +1,1 @@
-return require "luan:http/shell.luan"
+return require "luan:http/tools/shell.luan"