aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/docs.moon4
-rw-r--r--extra/layout.moon2
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/docs.moon b/extra/docs.moon
index 19c272b..aee7970 100644
--- a/extra/docs.moon
+++ b/extra/docs.moon
@@ -1,4 +1,4 @@
-import ValueStream, Scope from require 'core'
+import ValueStream, Scope from require 'alv'
import render, layout, autoref from require 'extra.layout'
import section, h1, h2, h3, p, ul, li, a, code, r from require 'extra.dom'
@@ -67,7 +67,7 @@ spit OUT, switch command
h2 a "builtins", href: '#builtins'
p "These definitions are automatically loaded into the global Scope of
every alive session."
- ul for key, val in opairs require 'core.builtin'
+ ul for key, val in opairs require 'alv.builtin'
li render key, ValueStream.wrap val
}
}
diff --git a/extra/layout.moon b/extra/layout.moon
index e64b736..a0d8df1 100644
--- a/extra/layout.moon
+++ b/extra/layout.moon
@@ -1,4 +1,4 @@
-version = require 'core.version'
+version = require 'alv.version'
import compile from require 'discount'
render_meta = (meta) ->