From 6e1800d70702d43d4df34fac6d2494b1526ecfae Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Wed, 6 May 2026 21:20:08 -0500 Subject: [PATCH] docs(standards): correct broken design-doc URL Pointed at `dev-toolchain/blob/main/docs/plugin-architecture.md` which doesn't exist. The actual design doc lives under devrail-standards (GitHub mirror of OrgDocs). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7dc133..8fd34a1 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ All commits use [conventional commit format](https://github.com/devrail-dev/devr ## See also -- [Plugin architecture design doc](https://github.com/devrail-dev/dev-toolchain/blob/main/docs/plugin-architecture.md) +- [Plugin architecture design doc](https://github.com/devrail-dev/devrail-standards/blob/main/_bmad-output/planning-artifacts/plugin-architecture-design.md) - [Contributing a Plugin guide](https://github.com/devrail-dev/devrail-standards/blob/main/standards/contributing.md#contributing-a-plugin) - [`.devrail.yml` schema](https://github.com/devrail-dev/devrail-standards/blob/main/standards/devrail-yml-schema.md) - [Release blog post](https://devrail.dev/blog/2026-05-05-plugin-architecture/)