From b74a5a91c066811e2cf91ec13b166f78aae544f4 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 6 Feb 2026 15:16:39 -0700 Subject: [PATCH] docs: add download links and fix self-referential text Remove circular "download from downloads/ folder" instruction and add actual clickable links using absolute paths for rehype-base-paths plugin. --- docs/downloads.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/downloads.md b/docs/downloads.md index 6c29640ca..b5a2cb83f 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -6,21 +6,19 @@ Download BMad Method resources for offline use, AI training, or integration. ## Source Bundles -Download these from the `downloads/` folder on the documentation site. - -| File | Description | -| ------------------ | ----------------------------------------------------- | -| `bmad-sources.zip` | Complete repository snapshot (latest release) | -| `bmad-prompts.zip` | Compiled agents, workflows, and tasks (like `_bmad/`) | +| File | Description | +| --- | --- | +| [bmad-sources.zip](/downloads/bmad-sources.zip) | Complete repository snapshot (latest release) | +| [bmad-prompts.zip](/downloads/bmad-prompts.zip) | Compiled agents, workflows, and tasks (like `_bmad/`) | ## LLM-Optimized Files -These files are designed for AI consumption - perfect for loading into Claude, ChatGPT, or any LLM context window. See [API Access](#api-access) below for URLs. +These files are designed for AI consumption — perfect for loading into Claude, ChatGPT, or any LLM context window. See [API Access](#api-access) below for URLs. -| File | Description | Use Case | -| --------------- | ----------------------------------- | -------------------------- | -| `llms.txt` | Documentation index with summaries | Quick overview, navigation | -| `llms-full.txt` | Complete documentation concatenated | Full context loading | +| File | Description | Use Case | +| --- | --- | --- | +| [llms.txt](/llms.txt) | Documentation index with summaries | Quick overview, navigation | +| [llms-full.txt](/llms-full.txt) | Complete documentation concatenated | Full context loading | ### Using with LLMs @@ -47,7 +45,7 @@ docs = requests.get("https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt") npx bmad-method install ``` -[More details](/docs/how-to/install-bmad.md) +[More details](./how-to/install-bmad.md) ## Version Information