From 9ddf69d700b04f6a86481b4c249516cfa17bf919 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Wed, 17 Dec 2025 13:43:05 -0800 Subject: [PATCH] fix: correct broken documentation links in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The succinct README PR had Google search URLs instead of relative paths. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f395143..2e366462 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ Beads supports hierarchical IDs for epics: ## 📝 Documentation -* [Installing](https://www.google.com/search?q=docs/INSTALLING.md) | [Agent Workflow](https://www.google.com/search?q=docs/AGENT_INSTRUCTIONS.md) | [Sync Branch Mode](https://www.google.com/search?q=docs/PROTECTED_BRANCHES.md) +* [Installing](docs/INSTALLING.md) | [Agent Workflow](AGENT_INSTRUCTIONS.md) | [Sync Branch Mode](docs/PROTECTED_BRANCHES.md) | [FAQ](docs/FAQ.md)