From 3efcfd54d47f4c3cdc6527a438f86fc615a8700c Mon Sep 17 00:00:00 2001 From: Yongjip Kim Date: Fri, 15 Aug 2025 03:40:11 +0900 Subject: [PATCH] fix(docs): fix broken link in GUIDING-PRINCIPLES.md (#428) Co-authored-by: Brian --- docs/GUIDING-PRINCIPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GUIDING-PRINCIPLES.md b/docs/GUIDING-PRINCIPLES.md index caee2f0c..98bea2ec 100644 --- a/docs/GUIDING-PRINCIPLES.md +++ b/docs/GUIDING-PRINCIPLES.md @@ -65,7 +65,7 @@ See [Expansion Packs Guide](../docs/expansion-packs.md) for detailed examples an ### Template Rules -Templates follow the [BMad Document Template](common/utils/bmad-doc-template.md) specification using YAML format: +Templates follow the [BMad Document Template](../common/utils/bmad-doc-template.md) specification using YAML format: 1. **Structure**: Templates are defined in YAML with clear metadata, workflow configuration, and section hierarchy 2. **Separation of Concerns**: Instructions for LLMs are in `instruction` fields, separate from content