Skip to content

Commit 4e55329

Browse files
gouravjshahclaude
andcommitted
fix: Resolve Docusaurus broken links in documentation
- Update CLI_REFERENCE.md links to point to existing files - Fix FEATURES.md links to use correct relative paths for dev/ docs - Update MCP_CONFIGURATION.md to link to FEATURES.md instead of non-existent AGENT_CONFIGURATION.md - Fix AGENTFLOW_DESIGN.md links to point to user/ directory - Fix ARCHITECTURE.md CONTRIBUTING.md link to same directory 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 451d75d commit 4e55329

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/dev/AGENTFLOW_DESIGN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,6 @@ spec:
560560
561561
## See Also
562562
563-
- [CLI Reference](./CLI_REFERENCE.md)
564-
- [MCP Configuration](./MCP_CONFIGURATION.md)
565-
- [AgentFleet Design](./AGENTFLEET_DESIGN.md) (coming soon)
563+
- [CLI Reference](../user/CLI_REFERENCE.md)
564+
- [MCP Configuration](../user/MCP_CONFIGURATION.md)
565+
- [Architecture](./ARCHITECTURE.md)

docs/dev/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ cargo test --test integration # Integration tests
321321
4. Ensure `cargo test` passes
322322
5. Submit PR against `dev` branch
323323

324-
See [CONTRIBUTING.md](../../CONTRIBUTING.md) for full guidelines.
324+
See [CONTRIBUTING.md](./CONTRIBUTING.md) for full guidelines.

docs/user/CLI_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,5 @@ aofctl serve --config daemon.yaml
430430
## See Also
431431

432432
- [MCP Configuration Guide](./MCP_CONFIGURATION.md)
433-
- [Agent Configuration](./AGENT_CONFIGURATION.md)
434-
- [Project Status](../PROJECT_STATUS.md)
433+
- [Features Overview](./FEATURES.md)
434+
- [Architecture](../dev/ARCHITECTURE.md)

docs/user/FEATURES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ spec:
233233
- `unanimous` - All agents must agree
234234
- `weighted` - Weighted by agent role
235235

236-
Full documentation: [docs/AGENTFLOW_DESIGN.md](AGENTFLOW_DESIGN.md)
236+
Full documentation: [AgentFlow Design](../dev/AGENTFLOW_DESIGN.md)
237237

238238
---
239239

@@ -402,7 +402,7 @@ model: ollama:llama3.2
402402
model: groq:llama-3.2-90b-text-preview
403403
```
404404

405-
Full documentation: [crates/aof-llm/docs/PROVIDERS.md](../crates/aof-llm/docs/PROVIDERS.md)
405+
See the [Getting Started Guide](../getting-started.md) for provider setup.
406406

407407
---
408408

@@ -518,8 +518,8 @@ See the `examples/` directory for:
518518

519519
## Contributing
520520

521-
See [CONTRIBUTING.md](../CONTRIBUTING.md) for guidelines.
521+
See [CONTRIBUTING.md](../dev/CONTRIBUTING.md) for guidelines.
522522

523523
## License
524524

525-
Apache 2.0 - See [LICENSE](../LICENSE)
525+
Apache 2.0 - See the LICENSE file in the repository root.

docs/user/MCP_CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,6 @@ echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":
379379

380380
## See Also
381381

382-
- [Agent Configuration](./AGENT_CONFIGURATION.md)
382+
- [Features Overview](./FEATURES.md)
383383
- [CLI Reference](./CLI_REFERENCE.md)
384384
- [MCP Protocol Specification](https://spec.modelcontextprotocol.io/)

0 commit comments

Comments
 (0)