diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 09:21:00 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 09:21:00 +0000 |
| commit | 5faab5d81cc5ed36824a52a273e83eb20240cb2e (patch) | |
| tree | dba10fadf4cdad0f5524df642fab83f6310a8574 /extra/docs.moon | |
| parent | move spec out of spec/core (diff) | |
| download | alive-5faab5d81cc5ed36824a52a273e83eb20240cb2e.tar.gz alive-5faab5d81cc5ed36824a52a273e83eb20240cb2e.zip | |
move lib to alv-lib module
Diffstat (limited to 'extra/docs.moon')
| -rw-r--r-- | extra/docs.moon | 2 |
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" } |
