From 10cd6b9837149a85de4f55fb6988c3b1c3cb2487 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 17 Jan 2025 01:29:52 +0100 Subject: [PATCH] Typo fixes Signed-off-by: Gergely Nagy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5a1f69..4716a45 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is a tarpit, modeled after [Nepenthes](https://zadzmo.org/code/nepenthes/), `iocaine` does not try to slow crawlers. It does not try to waste their time that way - that is left up to the reverse proxy. `iocaine` is *purely* about generating garbage. -To give you an idea how it works, check the [demo][demo:url], or peek into the [deployment documentation](docs/deployment.md#configuring-the-reverse-proxy). If you wish to know more about how this works, see [docs/how-it-works.md](docs/how-it-works.md). +To give you an idea how it works, check the [demo][demo:url], or peek into the [deployment documentation](docs/deploying.md#configuring-the-reverse-proxy). If you wish to know more about how this works, see [docs/how-it-works.md](docs/how-it-works.md). ## Warning @@ -32,7 +32,7 @@ Entrapment is done by the reverse proxy. Anything that ends up being served by ` Or, if you prefer Docker, an [image][oci:url] is available. If you're on NixOS, this repository is a flake, and provides a NixOS module to help deploying it. See [here](https://pages.madhouse-project.org/algernon/infrastructure.org/eru_services_iocaine) for how to use that. -Expected usage is to hide the tarpit behind a reverse proxy like `nginx` or `Caddy`, and delegate the trapping to them, see the [deployment documentation](docs/deployment.md). +Expected usage is to hide the tarpit behind a reverse proxy like `nginx` or `Caddy`, and delegate the trapping to them, see the [deployment documentation](docs/deploying.md). ## Configuration