From 6870149094680e1da9ab3b92d520909a6066fa2d Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 27 Mar 2026 22:31:47 +0100 Subject: [PATCH] Some documentation refactoring. No code changes. (0.39.12) --- docs/README.md | 2 +- docs/{ => examples}/httpserver.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ => examples}/httpserver.md (100%) diff --git a/docs/README.md b/docs/README.md index e0120a3..50712cd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/httpserver.md b/docs/examples/httpserver.md similarity index 100% rename from docs/httpserver.md rename to docs/examples/httpserver.md