1
0
Fork 0
forked from fun/fun

Some documentation refactoring. No code changes. (0.39.12)

This commit is contained in:
Johannes Findeisen 2026-03-27 22:31:47 +01:00
commit 6870149094
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,7 @@ This file serves as an index of the documents in this directory. Links are relat
## Example deep-dives
- [httpserver.md](./httpserver.md) - Design and walkthrough of all HTTP server examples under ./examples/net (static, CGI, and multi-threaded variants), how they route requests, run CGI, and which stdlib modules they use. Future example-focused docs will be collected in this section.
- [examples/httpserver.md](./examples/httpserver.md) - Design and walkthrough of all HTTP server examples under ./examples/net (static, CGI, and multi-threaded variants), how they route requests, run CGI, and which stdlib modules they use. Future example-focused docs will be collected in this section.
## External extensions