From 4738af3809377ccd9508ce123133a82eb62e86d4 Mon Sep 17 00:00:00 2001 From: Patrick D'appollonio <930925+patrickdappollonio@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:56:24 -0400 Subject: [PATCH] Add link to redirections from docs collection page. (#119) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index e9c0a83..f54cf29 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,3 +6,4 @@ This is the documentation for `http-server`, a simple, no-dependencies command-l * [CORS support](cors-requests.md) * [Directory listing](directory-listing.md) * [Authentication](authentication.md) +* [Redirections](redirections.md)