chore: fix links

This commit is contained in:
Jesús Pérez 2026-01-18 23:28:09 +00:00
parent 9c9503fb95
commit 59b3651412
Signed by: jesus
GPG Key ID: 9F243E355E0BC939
2 changed files with 10 additions and 10 deletions

View File

@ -46,7 +46,7 @@ High-performance Rust/Nushell hybrid orchestrator for workflow execution.
**Status**: ✅ Production Ready (v3.0.0) **Status**: ✅ Production Ready (v3.0.0)
**Documentation**: See [.claude/features/orchestrator-architecture.md](../../.claude/features/orchestrator-architecture.md) **Documentation**: See [Orchestrator Endpoints](../docs/src/api-reference/orchestrator-endpoints.md)
**Quick Start**: **Quick Start**:
@ -518,9 +518,9 @@ Platform services integrate seamlessly with the [Provisioning](../../PROVISIONIN
### Platform Documentation ### Platform Documentation
- **Orchestrator**: [.claude/features/orchestrator-architecture.md](../../.claude/features/orchestrator-architecture.md) - **Orchestrator**: [Orchestrator Endpoints](../docs/src/api-reference/orchestrator-endpoints.md)
- **Installer**: `installer/docs/` directory - **Installer**: [Getting Started Guide](../docs/src/getting-started/installation.md)
- **Test Environments**: [.claude/features/test-environment-service.md](../../.claude/features/test-environment-service.md) - **System Overview**: [Component Architecture](../docs/src/architecture/component-architecture.md)
### API Documentation ### API Documentation
@ -529,8 +529,8 @@ Platform services integrate seamlessly with the [Provisioning](../../PROVISIONIN
### Architecture Documentation ### Architecture Documentation
- **Main Project**: [PROVISIONING.md](../../PROVISIONING.md) - **Main Documentation**: [Platform Documentation](../docs/src/README.md)
- **Project Architecture**: [CLAUDE.md](../../CLAUDE.md) - **Architecture Decisions**: [Architecture Decision Records](../docs/src/architecture/adr/)
--- ---

View File

@ -433,11 +433,11 @@ nu run-docker.nu stop --volumes
## 📚 Related Documentation ## 📚 Related Documentation
- **Database Architecture**: `docs/architecture/DATABASE_AND_CONFIG_ARCHITECTURE.md` - **Architecture Overview**: [System Overview](../../docs/src/architecture/system-overview.md)
- **KMS Integration**: `provisioning/platform/control-center/src/kms/README.md` - **KMS Integration**: `provisioning/platform/control-center/src/kms/README.md`
- **Configuration System**: `.claude/features/configuration-system.md` - **Configuration System**: [Configuration Reference](../../docs/src/infrastructure/configuration-system.md)
- **Workspace Switching**: `.claude/features/workspace-switching.md` - **Workspace Management**: [Workspace Management](../../docs/src/features/workspace-management.md)
- **Orchestrator Architecture**: `.claude/features/orchestrator-architecture.md` - **Orchestrator API**: [Orchestrator Endpoints](../../docs/src/api-reference/orchestrator-endpoints.md)
--- ---