fix: correct docs domain to docs.bmad-method.org#1777
fix: correct docs domain to docs.bmad-method.org#1777bmadcode merged 2 commits intobmad-code-org:mainfrom
Conversation
Fixes BMAD-METHOD#1712
- Changed http:// to https:// across README.md and issue templates - Addresses review comments on PR bmad-code-org#1776
📝 WalkthroughWalkthroughAll documentation links updated from HTTP to HTTPS protocol, and one installer message corrected from .com to .org domain. No functional changes; purely addressing URL correctness across GitHub issue templates, README, and installation messages. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
82-82:⚠️ Potential issue | 🟡 MinorOutdated date: "launching Feb 2025" is now in the past.
The current date is February 2026. This line claims the YouTube channel is "launching Feb 2025" which has passed. Since you're already editing this file, consider updating this to reflect current status (either launched, or correct the date).
✏️ Suggested fix
-- [Subscribe on YouTube](https://www.youtube.com/@BMadCode) — Tutorials, master class, and podcast (launching Feb 2025) ++ [Subscribe on YouTube](https://www.youtube.com/@BMadCode) — Tutorials, master class, and podcastOr update to reflect actual launch status if the channel is now active.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 82, Update the outdated launch wording for the YouTube link label "[Subscribe on YouTube]" in README.md: replace "— Tutorials, master class, and podcast (launching Feb 2025)" with a current status string (for example "— Tutorials, master class, and podcast (launched Feb 2025)" or remove the date entirely and use "— Tutorials, master class, and podcast") so the link text accurately reflects the channel's present status.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 29: Update the phrase in the README sentence "**V6 is here and we're just
getting started!** The BMad Method..." by replacing the compound adjective
"Cross Platform Agent Team" with the hyphenated form "Cross-Platform Agent Team"
so the compound adjective correctly modifies "Agent Team" (look for the exact
sentence containing "Cross Platform Agent Team" in README.md).
---
Outside diff comments:
In `@README.md`:
- Line 82: Update the outdated launch wording for the YouTube link label
"[Subscribe on YouTube]" in README.md: replace "— Tutorials, master class, and
podcast (launching Feb 2025)" with a current status string (for example "—
Tutorials, master class, and podcast (launched Feb 2025)" or remove the date
entirely and use "— Tutorials, master class, and podcast") so the link text
accurately reflects the channel's present status.
ℹ️ Review info
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.github/ISSUE_TEMPLATE/config.yaml.github/ISSUE_TEMPLATE/documentation.yamlREADME.mdtools/cli/installers/install-messages.yaml
|
|
||
| ## 🚀 What's Next for BMad? | ||
|
|
||
| **V6 is here and we're just getting started!** The BMad Method is evolving rapidly with optimizations including Cross Platform Agent Team and Sub Agent inclusion, Skills Architecture, BMad Builder v1, Dev Loop Automation, and so much more in the works. |
There was a problem hiding this comment.
Minor grammar: "Cross Platform" should be hyphenated.
Per the static analysis hint, compound adjectives modifying a noun should be hyphenated: "Cross-Platform Agent Team".
✏️ Suggested fix
-**V6 is here and we're just getting started!** The BMad Method is evolving rapidly with optimizations including Cross Platform Agent Team and Sub Agent inclusion, Skills Architecture, BMad Builder v1, Dev Loop Automation, and so much more in the works.
+**V6 is here and we're just getting started!** The BMad Method is evolving rapidly with optimizations including Cross-Platform Agent Team and Sub-Agent inclusion, Skills Architecture, BMad Builder v1, Dev Loop Automation, and so much more in the works.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| **V6 is here and we're just getting started!** The BMad Method is evolving rapidly with optimizations including Cross Platform Agent Team and Sub Agent inclusion, Skills Architecture, BMad Builder v1, Dev Loop Automation, and so much more in the works. | |
| **V6 is here and we're just getting started!** The BMad Method is evolving rapidly with optimizations including Cross-Platform Agent Team and Sub-Agent inclusion, Skills Architecture, BMad Builder v1, Dev Loop Automation, and so much more in the works. |
🧰 Tools
🪛 LanguageTool
[uncategorized] ~29-~29: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...ng rapidly with optimizations including Cross Platform Agent Team and Sub Agent inclusion, Ski...
(EN_COMPOUND_ADJECTIVE_INTERNAL)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 29, Update the phrase in the README sentence "**V6 is here
and we're just getting started!** The BMad Method..." by replacing the compound
adjective "Cross Platform Agent Team" with the hyphenated form "Cross-Platform
Agent Team" so the compound adjective correctly modifies "Agent Team" (look for
the exact sentence containing "Cross Platform Agent Team" in README.md).
Summary
Fixes incorrect documentation domain in installer messages and updates all HTTP links to HTTPS.
Changes
docs.bmad-method.comtohttps://docs.bmad-method.orgintools/cli/installers/install-messages.yamlTesting
Verified the changes locally by inspecting the diff.
Fixes #1712