aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docs.moon
diff options
context:
space:
mode:
Diffstat (limited to 'extra/docs.moon')
-rw-r--r--extra/docs.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/docs.moon b/extra/docs.moon
index aee7970..6ed5ea0 100644
--- a/extra/docs.moon
+++ b/extra/docs.moon
@@ -58,7 +58,7 @@ spit OUT, switch command
p autoref "These modules can be imported using [require][], " ..
"[import][] and [import*][]."
ul for file in *arg[3,]
- path = file\match '^lib/(.*)%.moon$'
+ path = file\match '^alv%-lib/(.*)%.moon$'
name = path\gsub '/', '.'
li a (code name), href: "#{path}.html"
}