From de19b04fe43ead9040ba73c23535b8d23bf88f0c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 15 Jul 2026 08:55:19 +0200 Subject: [PATCH] amend(aa7d442d): fix docs link to new Main.hs location --- 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 f0da71f27..66651deba 100644 --- a/docs/explanations/architecture.rst +++ b/docs/explanations/architecture.rst @@ -31,7 +31,7 @@ This section talks briefly about various important modules. Main ---- -The starting point of the program is `Main.hs `_. +The starting point of the program is `Main.hs `_. CLI ---