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:
@@ -216,7 +216,7 @@ bd config set max_collision_prob "0.01"
|
||||
bd config set min_hash_length "5"
|
||||
```
|
||||
|
||||
See [docs/ADAPTIVE_IDS.md](docs/ADAPTIVE_IDS.md) for detailed documentation.
|
||||
See [ADAPTIVE_IDS.md](ADAPTIVE_IDS.md) for detailed documentation.
|
||||
|
||||
### Example: Export Error Handling
|
||||
|
||||
@@ -460,6 +460,5 @@ External integration scripts can read configuration to sync with Jira, Linear, G
|
||||
|
||||
## See Also
|
||||
|
||||
- [README.md](README.md) - Main documentation
|
||||
- [README.md](../README.md) - Main documentation
|
||||
- [EXTENDING.md](EXTENDING.md) - Database schema and compaction config
|
||||
- [examples/integrations/](examples/integrations/) - Integration examples
|
||||
|
||||
Reference in New Issue
Block a user