From 770e09004dc9c71e8acd9cb036f5c750e817e093 Mon Sep 17 00:00:00 2001 From: Andrew Fong Date: Fri, 7 Nov 2025 00:24:00 -0800 Subject: [PATCH] Add `docs/` directory to links (#242) * Add docs/ prefix to links Some old links that broke when moving docs probably * Fix a few more spots Add `docs/` directory to some more broken links --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index decd2e97..93a022b0 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ brew tap steveyegge/beads brew install bd ``` -**Other platforms and methods:** See [INSTALLING.md](INSTALLING.md) for Windows, Arch Linux, and manual installation. +**Other platforms and methods:** See [docs/INSTALLING.md](docs/INSTALLING.md) for Windows, Arch Linux, and manual installation. -**IDE Integration:** See [INSTALLING.md](INSTALLING.md) for Claude Code plugin and MCP server setup. +**IDE Integration:** See [docs/INSTALLING.md](docs/INSTALLING.md) for Claude Code plugin and MCP server setup. **Claude Code for Web:** See [npm-package/CLAUDE_CODE_WEB.md](npm-package/CLAUDE_CODE_WEB.md) for SessionStart hook setup. @@ -549,7 +549,7 @@ bd list --label backend,auth # AND: must have ALL labels bd list --label-any frontend,ui # OR: must have AT LEAST ONE ``` -**See [LABELS.md](LABELS.md) for complete label documentation and best practices.** +**See [docs/LABELS.md](docs/LABELS.md) for complete label documentation and best practices.** ### Deleting Issues @@ -591,7 +591,7 @@ bd config list --json bd config unset jira.url ``` -**See [CONFIG.md](CONFIG.md) for complete configuration documentation.** +**See [docs/CONFIG.md](docs/CONFIG.md) for complete configuration documentation.** ### Compaction (Memory Decay) @@ -664,26 +664,26 @@ Check out the **[examples/](examples/)** directory for: For advanced usage, see: -- **[ADVANCED.md](ADVANCED.md)** - Prefix renaming, merging duplicates, daemon configuration -- **[CONFIG.md](CONFIG.md)** - Configuration system for integrations -- **[EXTENDING.md](EXTENDING.md)** - Database extension patterns -- **[ADVANCED.md](ADVANCED.md)** - JSONL format and merge strategies +- **[docs/ADVANCED.md](docs/ADVANCED.md)** - Prefix renaming, merging duplicates, daemon configuration +- **[docs/CONFIG.md](docs/CONFIG.md)** - Configuration system for integrations +- **[docs/EXTENDING.md](docs/EXTENDING.md)** - Database extension patterns +- **[docs/ADVANCED.md](docs/ADVANCED.md)** - JSONL format and merge strategies ## Documentation - **[README.md](README.md)** - You are here! Core features and quick start -- **[INSTALLING.md](INSTALLING.md)** - Complete installation guide for all platforms -- **[QUICKSTART.md](QUICKSTART.md)** - Interactive tutorial (`bd quickstart`) +- **[docs/INSTALLING.md](docs/INSTALLING.md)** - Complete installation guide for all platforms +- **[docs/QUICKSTART.md](docs/QUICKSTART.md)** - Interactive tutorial (`bd quickstart`) - **[docs/MULTI_REPO_MIGRATION.md](docs/MULTI_REPO_MIGRATION.md)** - Multi-repo workflow guide (OSS, teams, multi-phase) - **[docs/MULTI_REPO_AGENTS.md](docs/MULTI_REPO_AGENTS.md)** - Multi-repo patterns for AI agents -- **[FAQ.md](FAQ.md)** - Frequently asked questions -- **[TROUBLESHOOTING.md](TROUBLESHOOTING.md)** - Common issues and solutions -- **[ADVANCED.md](ADVANCED.md)** - Advanced features and use cases -- **[LABELS.md](LABELS.md)** - Complete label system guide -- **[CONFIG.md](CONFIG.md)** - Configuration system -- **[EXTENDING.md](EXTENDING.md)** - Database extension patterns -- **[ADVANCED.md](ADVANCED.md)** - JSONL format analysis -- **[PLUGIN.md](PLUGIN.md)** - Claude Code plugin documentation +- **[docs/FAQ.md](docs/FAQ.md)** - Frequently asked questions +- **[docs/TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md)** - Common issues and solutions +- **[docs/ADVANCED.md](docs/ADVANCED.md)** - Advanced features and use cases +- **[docs/LABELS.md](docs/LABELS.md)** - Complete label system guide +- **[docs/CONFIG.md](docs/CONFIG.md)** - Configuration system +- **[docs/EXTENDING.md](docs/EXTENDING.md)** - Database extension patterns +- **[docs/ADVANCED.md](docs/ADVANCED.md)** - JSONL format analysis +- **[docs/PLUGIN.md](docs/PLUGIN.md)** - Claude Code plugin documentation - **[CONTRIBUTING.md](CONTRIBUTING.md)** - Contribution guidelines - **[SECURITY.md](SECURITY.md)** - Security policy