From cb9b00d37432168577a176ac23ba5f88b7743b01 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Wed, 29 Jul 2026 20:19:52 +0500 Subject: [PATCH] docs: update link of listener in architecture page Signed-off-by: Taimoor Zaeem --- docs/explanations/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanations/architecture.rst b/docs/explanations/architecture.rst index 66651deba..536a52e53 100644 --- a/docs/explanations/architecture.rst +++ b/docs/explanations/architecture.rst @@ -92,4 +92,4 @@ The HTTP server is provided by `Warp `_. Listener -------- -`Listener.hs `_ is in charge of the :ref:`listener`. +`Reload.hs `_ is in charge of the :ref:`listener`.