fixing link to http-server docs

This commit is contained in:
Alex Shinn 2019-01-06 08:52:11 +08:00
parent 6b18b70b44
commit 1b3ccdaf1c
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ BASE_INCLUDES = include/chibi/sexp.h include/chibi/features.h include/chibi/inst
INCLUDES = $(BASE_INCLUDES) include/chibi/eval.h include/chibi/gc_heap.h
MODULE_DOCS := app ast config disasm equiv filesystem generic heap-stats io \
loop match mime modules net parse pathname process repl scribble stty \
loop match mime modules net net/http-server parse pathname process repl scribble stty \
system test time trace type-inference uri weak monad/environment \
show show/base crypto/sha2

View file

@ -1285,7 +1285,7 @@ namespace.
\item{\hyperlink["lib/chibi/net.html"]{(chibi net) - Simple networking interface}}
\item{\hyperlink["lib/chibi/http-net-server.html"]{(chibi net http-server) - Simple http-server with servlet support}}
\item{\hyperlink["lib/chibi/net/http-server.html"]{(chibi net http-server) - Simple http-server with servlet support}}
\item{\hyperlink["lib/chibi/parse.html"]{(chibi parse) - Parser combinators with convenient syntax}}