docs: fix broken relative links across documentation
Fixes 46 broken relative links across 20 documentation files in docs/. Changes: - Added ../ prefix for root files (README.md, AGENTS.md) - Removed ../ prefix for sibling docs files - Removed dead links to non-existent files - Fixed subdirectory paths Based on PR #574 by chrisvaillancourt. Co-Authored-By: Chris Vaillancourt <chrisvaillancourt@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ This guide helps you adopt beads' multi-repo workflow for OSS contributions, tea
|
||||
- [Multi-Phase Development](#multi-phase-development) - Separate repos per phase
|
||||
- [Multiple Personas](#multiple-personas) - Architect vs. implementer separation
|
||||
|
||||
**New to beads?** See [QUICKSTART.md](../QUICKSTART.md) first.
|
||||
**New to beads?** See [QUICKSTART.md](QUICKSTART.md) first.
|
||||
|
||||
## What is Multi-Repo Mode?
|
||||
|
||||
@@ -398,7 +398,7 @@ bd list --json
|
||||
|
||||
**Problem:** Multiple repos modifying same JSONL file.
|
||||
|
||||
**Solution:** See [TROUBLESHOOTING.md](../TROUBLESHOOTING.md#git-merge-conflicts) and consider [beads-merge](https://github.com/neongreen/mono/tree/main/beads-merge) tool.
|
||||
**Solution:** See [TROUBLESHOOTING.md](TROUBLESHOOTING.md#git-merge-conflicts) and consider [beads-merge](https://github.com/neongreen/mono/tree/main/beads-merge) tool.
|
||||
|
||||
### Discovered issues in wrong repository
|
||||
|
||||
@@ -475,13 +475,13 @@ bd create "Issue" -p 1
|
||||
## Next Steps
|
||||
|
||||
- **CLI Reference:** See [README.md](../README.md) for command details
|
||||
- **Configuration Guide:** See [CONFIG.md](../CONFIG.md) for all config options
|
||||
- **Troubleshooting:** See [TROUBLESHOOTING.md](../TROUBLESHOOTING.md)
|
||||
- **Configuration Guide:** See [CONFIG.md](CONFIG.md) for all config options
|
||||
- **Troubleshooting:** See [TROUBLESHOOTING.md](TROUBLESHOOTING.md)
|
||||
- **Multi-Repo Internals:** See [MULTI_REPO_HYDRATION.md](MULTI_REPO_HYDRATION.md) and [ROUTING.md](ROUTING.md)
|
||||
|
||||
## Related Issues
|
||||
|
||||
- [bd-8rd](/.beads/beads.jsonl#bd-8rd) - Migration and onboarding epic
|
||||
- [bd-mlcz](/.beads/beads.jsonl#bd-mlcz) - `bd migrate` command (planned)
|
||||
- [bd-kla1](/.beads/beads.jsonl#bd-kla1) - `bd init --contributor` wizard ✅ implemented
|
||||
- [bd-twlr](/.beads/beads.jsonl#bd-twlr) - `bd init --team` wizard ✅ implemented
|
||||
- `bd-8rd` - Migration and onboarding epic
|
||||
- `bd-mlcz` - `bd migrate` command (planned)
|
||||
- `bd-kla1` - `bd init --contributor` wizard ✅ implemented
|
||||
- `bd-twlr` - `bd init --team` wizard ✅ implemented
|
||||
|
||||
Reference in New Issue
Block a user