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
This commit is contained in:
36
README.md
36
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user