From 22ccc20972cc62b5dbd639c09a184c77e70011ba Mon Sep 17 00:00:00 2001 From: forcetrainer Date: Fri, 2 Jan 2026 23:46:35 -0500 Subject: [PATCH] fix(docs): correct broken internal links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed relative paths that were pointing to non-existent locations: - bmgd index: ../../bmm/docs/index.md → ../bmm/index.md - cis index: ../../bmm/docs/index.md → ../bmm/index.md - bmm faq: ./README.md → GitHub URL 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/modules/bmgd-bmad-game-dev/index.md | 2 +- docs/modules/bmm-bmad-method/faq.md | 2 +- docs/modules/cis-creative-intelligence-suite/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/bmgd-bmad-game-dev/index.md b/docs/modules/bmgd-bmad-game-dev/index.md index 510cf899..9d53e295 100644 --- a/docs/modules/bmgd-bmad-game-dev/index.md +++ b/docs/modules/bmgd-bmad-game-dev/index.md @@ -161,7 +161,7 @@ BMGD Documentation ### Related Documentation -- **[BMM Documentation](../../bmm/docs/index.md)** - Core BMad Method documentation +- **[BMM Documentation](../bmm/index.md)** - Core BMad Method documentation ## Tips for Using This Documentation diff --git a/docs/modules/bmm-bmad-method/faq.md b/docs/modules/bmm-bmad-method/faq.md index 628d265e..1849f6b9 100644 --- a/docs/modules/bmm-bmad-method/faq.md +++ b/docs/modules/bmm-bmad-method/faq.md @@ -510,7 +510,7 @@ Trust your expertise - BMM supports your decisions. **A:** -1. Search [Complete Documentation](./README.md) for related topics +1. Search [Complete Documentation](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/README.md) for related topics 2. Ask in [Discord Community](https://discord.gg/gk8jAdXWmj) (#general-dev) 3. Open a [GitHub Issue](https://github.com/bmad-code-org/BMAD-METHOD/issues) 4. Watch [YouTube Tutorials](https://www.youtube.com/@BMadCode) diff --git a/docs/modules/cis-creative-intelligence-suite/index.md b/docs/modules/cis-creative-intelligence-suite/index.md index 46fb6e0a..05b567f3 100644 --- a/docs/modules/cis-creative-intelligence-suite/index.md +++ b/docs/modules/cis-creative-intelligence-suite/index.md @@ -142,7 +142,7 @@ CIS workflows integrate with: ## Related Documentation -- **[BMM Documentation](../../bmm/docs/index.md)** - Core BMad Method documentation +- **[BMM Documentation](../bmm/index.md)** - Core BMad Method documentation ---