Skip to content

Commit 9b428c6

Browse files
vishnu2kmohanclaude
andcommitted
docs: fix 23 broken documentation links across codebase
- Add .claude/templates/ to link checker exclusions (placeholder links) - Fix runbook deployment paths (kubernetes/base → base) - Fix ADR format references (add adr- prefix to filenames) - Fix TESTING.md path references (now at docs-internal/testing/) - Fix SECRETS.md path (now at .github/SECRETS.md) - Fix ADR-0056 references (renumbered to ADR-0060) - Fix docs-internal relative path issues (../adr → ../../adr) Reduces broken links from 88 to 65 (26% reduction). All high-priority links (GitHub, ADR, active docs) now valid. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dd077f8 commit 9b428c6

22 files changed

Lines changed: 29 additions & 28 deletions

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ pre-commit run --all-files --hook-stage push # Phase 4
295295

296296
#### Documentation
297297

298-
- Full guide: [TESTING.md](TESTING.md#git-hooks-and-validation)
298+
- Full guide: [TESTING.md](docs-internal/testing/TESTING.md#git-hooks-and-validation)
299299
- Categorization: `docs-internal/HOOK_CATEGORIZATION.md`
300300
- Migration guide: `docs-internal/PRE_COMMIT_PRE_PUSH_REORGANIZATION.md`
301301

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Pick the quickstart that matches your needs:
4040

4141
This project uses **19 GitHub Actions workflows** with Google Cloud Platform (GCP) Workload Identity Federation for secure deployments.
4242

43-
**Quick setup**: [SECRETS.md](SECRETS.md) | **Full CI/CD status**: [docs/ci-cd/badges.mdx](docs/ci-cd/badges.mdx) | **Workflow details**: [.github/archive/audits-2025-11/WORKFLOW_AUDIT_REMAINING.md](.github/archive/audits-2025-11/WORKFLOW_AUDIT_REMAINING.md)
43+
**Quick setup**: [SECRETS.md](.github/SECRETS.md) | **Full CI/CD status**: [docs/ci-cd/badges.mdx](docs/ci-cd/badges.mdx) | **Workflow details**: [.github/archive/audits-2025-11/WORKFLOW_AUDIT_REMAINING.md](.github/archive/audits-2025-11/WORKFLOW_AUDIT_REMAINING.md)
4444

4545
---
4646

@@ -277,7 +277,7 @@ print(f'Databases: {list(result.databases.keys())}')
277277
"
278278
```
279279

280-
**See**: [ADR-0056: Database Architecture](adr/adr-0056-database-architecture-and-naming-convention.md) | [Migration Script](migrations/000_init_databases.sh) | [Database Validation Module](src/mcp_server_langgraph/health/database_checks.py)
280+
**See**: [ADR-0060: Database Architecture](adr/adr-0060-database-architecture-and-naming-convention.md) | [Migration Script](migrations/000_init_databases.sh) | [Database Validation Module](src/mcp_server_langgraph/health/database_checks.py)
281281

282282
## Quick Start
283283

@@ -329,7 +329,7 @@ curl http://localhost:8000/health # Test
329329
- **Pre-commit** (< 30s): Fast validation on changed files - commit frequently!
330330
- **Pre-push** (8-12 min): Comprehensive validation matching CI - prevents surprises!
331331

332-
**See**: [Complete Installation Guide](docs/getting-started/installation.mdx) | [Day-1 Developer Guide](docs/getting-started/day-1-developer.mdx) | [Git Hooks Guide](TESTING.md#git-hooks-and-validation)
332+
**See**: [Complete Installation Guide](docs/getting-started/installation.mdx) | [Day-1 Developer Guide](docs/getting-started/day-1-developer.mdx) | [Git Hooks Guide](docs-internal/testing/TESTING.md#git-hooks-and-validation)
333333

334334
### 👤 Creating Test Users
335335

deployments/QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ print(f'Databases: {list(result.databases.keys())}')
4747
"
4848
```
4949

50-
**See**: [ADR-0056: Database Architecture](../adr/adr-0056-database-architecture-and-naming-convention.md) for complete architecture documentation.
50+
**See**: [ADR-0060: Database Architecture](../adr/adr-0060-database-architecture-and-naming-convention.md) for complete architecture documentation.
5151

5252
## Quick Start Options
5353

docs-internal/DOCS_VALIDATION_SIMPLIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ git push
506506
### Documentation
507507
- [Archive README](../scripts/validators/archive/README.md) - Deprecated validators
508508
- [CLAUDE.md](../CLAUDE.md) - Updated developer workflow
509-
- [TESTING.md](../TESTING.md) - Updated testing and validation approach
509+
- [TESTING.md](testing/TESTING.md) - Updated testing and validation approach
510510
- [Makefile](../Makefile) - Updated documentation targets
511511

512512
### Code

docs-internal/DUPLICATE_VALIDATOR_ANALYSIS_2025-11-16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,5 +566,5 @@ def test_pytest_addopts_flags_have_required_plugins():
566566

567567
- [Codex Findings Remediation Report](./CODEX_FINDINGS_REMEDIATION_REPORT_2025-11-16.md)
568568
- [Script Inventory](../scripts/SCRIPT_INVENTORY.md)
569-
- [Testing Strategy](../TESTING.md)
569+
- [Testing Strategy](testing/TESTING.md)
570570
- [Validation Strategy](../docs/development/VALIDATION_STRATEGY.md)

docs-internal/PYTESTMARK_GUIDELINES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,4 @@ def test_with_freezegun():
426426

427427
---
428428

429-
**Questions or issues?** See [TESTING.md](TESTING.md) or open a GitHub issue.
429+
**Questions or issues?** See [TESTING.md](testing/TESTING.md) or open a GitHub issue.

docs-internal/SESSION_2_COMPLETION_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ python scripts/audit_resource_ratios.py: All ratios ≤ 4.0 ✅
262262
- [SESSION_2_INDEX.md](./SESSION_2_INDEX.md) - Navigation and context
263263

264264
### Related ADRs
265-
- [ADR-0054: Pod Failure Prevention Framework](./adr/adr-0054-pod-failure-prevention-framework.md)
265+
- [ADR-0054: Pod Failure Prevention Framework](../adr/adr-0054-pod-failure-prevention-framework.md)
266266

267267
### External References
268268
- [GKE Autopilot Resource Limits](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-resource-requests)

docs-internal/VALIDATOR_CONSOLIDATION_PLAN_2025-11-17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Following the pattern successfully applied to pytest config and ADR synchronizat
467467

468468
- [Duplicate Validator Analysis](./DUPLICATE_VALIDATOR_ANALYSIS_2025-11-16.md)
469469
- [Codex Findings Remediation Report](./CODEX_FINDINGS_REMEDIATION_REPORT_2025-11-16.md)
470-
- [Testing Strategy](../TESTING.md)
470+
- [Testing Strategy](testing/TESTING.md)
471471
- [Validation Strategy](../docs/development/VALIDATION_STRATEGY.md)
472472

473473
---

docs-internal/architecture/agentic-loop-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ print(f"Refinement attempts: {state['refinement_attempts']}")
389389

390390
## References
391391

392-
- **ADR**: [ADR-0024: Agentic Loop Implementation](../adr/0024-agentic-loop-implementation.md)
392+
- **ADR**: [ADR-0024: Agentic Loop Implementation](../../adr/adr-0024-agentic-loop-implementation.md)
393393
- **Implementation Summary**: [IMPLEMENTATION_SUMMARY.md](../archive/IMPLEMENTATION_SUMMARY.md)
394394
- **Anthropic Guides**:
395395
- [Building Agents with the Claude Agent SDK](https://www.anthropic.com/engineering/building-agents-with-the-claude-agent-sdk)
@@ -717,7 +717,7 @@ COMPACTION_THRESHOLD=8000
717717

718718
For questions or issues with the agentic loop implementation:
719719

720-
1. Check the [ADR-0024](../adr/0024-agentic-loop-implementation.md) for design rationale
720+
1. Check the [ADR-0024](../../adr/adr-0024-agentic-loop-implementation.md) for design rationale
721721
2. Review [IMPLEMENTATION_SUMMARY.md](../archive/IMPLEMENTATION_SUMMARY.md) for technical details
722722
3. Run tests: `./scripts/test_agentic_loop.sh`
723723
4. Check logs for compaction/verification events

docs-internal/documentation-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Example:
450450
For questions about documentation versioning:
451451
1. Review this guide
452452
2. Check recent documentation commits
453-
3. Review [ADR-0018: Semantic Versioning Strategy](../adr/0018-semantic-versioning-strategy.md)
453+
3. Review [ADR-0018: Semantic Versioning Strategy](../adr/adr-0018-semantic-versioning-strategy.md)
454454
4. Open a discussion on GitHub
455455

456456
---

0 commit comments

Comments
 (0)