From 23af9c6464a7e32f3e4d6e230dd92d1f03eb1b7d Mon Sep 17 00:00:00 2001 From: sudacode Date: Thu, 24 Sep 2026 16:58:31 -0700 Subject: [PATCH] docs: restore docs/architecture pointer in development page --- docs-site/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/development.md b/docs-site/development.md index 7685c861..87f7538b 100644 --- a/docs-site/development.md +++ b/docs-site/development.md @@ -1,6 +1,6 @@ # Building and testing -Build, run, and test SubMiner from source. Architecture and workflow rules live in the repo's internal docs, starting at [`docs/README.md`](https://github.com/ksyasuda/SubMiner/blob/main/docs/README.md). The lane-by-lane test guide is [`docs/workflow/verification.md`](https://github.com/ksyasuda/SubMiner/blob/main/docs/workflow/verification.md). +Build, run, and test SubMiner from source. Architecture and workflow rules live in the repo's internal docs, starting at [`docs/README.md`](https://github.com/ksyasuda/SubMiner/blob/main/docs/README.md). Module boundaries and layering rules are in [`docs/architecture/README.md`](https://github.com/ksyasuda/SubMiner/blob/main/docs/architecture/README.md). The lane-by-lane test guide is [`docs/workflow/verification.md`](https://github.com/ksyasuda/SubMiner/blob/main/docs/workflow/verification.md). ## Prerequisites