From aa4c7e444652ae77f8a4836bde810f1dea431d87 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Thu, 13 Nov 2025 20:17:08 -0600 Subject: [PATCH] web bundle links updated in docs --- README.md | 2 +- docs/web-bundles-gemini-gpt-guide.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e40b11c6..6da7bf7b 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ your-project/ 2. Run `*workflow-init` to set up your project workflow path 3. Follow the [Quick Start](#-quick-start) guide above to choose your planning track -**Alternative:** [**Web Bundles**](./docs/USING_WEB_BUNDLES.md) - Use BMAD agents in Claude Projects, ChatGPT, or Gemini without installation +**Alternative:** [**Web Bundles**](https://bmad-code-org.github.io/bmad-bundles/) - Download pre-built agent bundles for use in Claude Projects, ChatGPT, or Gemini without installation (automatically updated on every commit to main) --- diff --git a/docs/web-bundles-gemini-gpt-guide.md b/docs/web-bundles-gemini-gpt-guide.md index d498e083..6419165e 100644 --- a/docs/web-bundles-gemini-gpt-guide.md +++ b/docs/web-bundles-gemini-gpt-guide.md @@ -36,11 +36,11 @@ Web bundles are standalone XML files containing: **Option A: Download Pre-Bundled Files (Quickest)** -Download ready-to-use bundles directly from GitHub: +Download ready-to-use bundles that are automatically updated whenever commits are merged to main: -**[→ Browse Web Bundles on GitHub](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/web-bundles)** +**[→ Download Web Bundles](https://bmad-code-org.github.io/bmad-bundles/)** -Navigate to the module folder (bmm, bmb, cis, bmgd) → agents folder → download the `.xml` file you need. +Navigate to the module folder (bmm, bmb, cis, bmgd) → agents folder → download the `.xml` file you need. These bundles are automatically regenerated and deployed with every commit to the main branch, ensuring you always have the latest version. **Option B: Generate from Local Installation**