mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fixing link to http-server docs
This commit is contained in:
parent
6b18b70b44
commit
1b3ccdaf1c
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue