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:
@@ -143,5 +143,4 @@ This generates the tables above and shows adaptive scaling strategy for any thre
|
||||
## Related Documentation
|
||||
|
||||
- [ADAPTIVE_IDS.md](ADAPTIVE_IDS.md) - Configuration and usage guide
|
||||
- [HASH_ID_DESIGN.md](HASH_ID_DESIGN.md) - Overall hash ID design rationale
|
||||
- [CONFIG.md](../CONFIG.md) - All configuration options
|
||||
- [CONFIG.md](CONFIG.md) - All configuration options
|
||||
|
||||
Reference in New Issue
Block a user