diff website/src/index.html.luan @ 693:ca169567ce07

module URIs must now include ".luan"
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 19 Apr 2016 15:54:11 -0600
parents 7cc9d4a53d3b
children 3e30cf310e56
line wrap: on
line diff
--- a/website/src/index.html.luan	Mon Apr 18 20:40:21 2016 -0600
+++ b/website/src/index.html.luan	Tue Apr 19 15:54:11 2016 -0600
@@ -1,5 +1,5 @@
-local Io = require "luan:Io"
-local Http = require "luan:http/Http"
+local Io = require "luan:Io.luan"
+local Http = require "luan:http/Http.luan"
 
 
 return function()