Skip to content

Commit bdc0aaa

Browse files
committed
fix: correct broken documentation links in testing and cli-reference
Fixed broken Docusaurus links that were causing CI build failures: - docs/development/testing.md: workflows.md → create-workflow.md - docs/reference/cli-reference.md: workflows.md → create-workflow.md - docs/reference/cli-reference.md: ci-cd.md → cicd-integration.md This resolves the Docusaurus test deployment failure.
1 parent 2bd0657 commit bdc0aaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/development/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ pytest -m integration # Only integration tests
507507

508508
- [Docker Setup](../how-to/docker-setup.md) - Worker management
509509
- [CLI Reference](../reference/cli-reference.md) - CLI commands
510-
- [Workflow Guide](../how-to/workflows.md) - Creating workflows
510+
- [Workflow Guide](../how-to/create-workflow.md) - Creating workflows
511511

512512
---
513513

docs/docs/reference/cli-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ ff worker stop
602602

603603
- [Docker Setup](../how-to/docker-setup.md) — Worker management and Docker configuration
604604
- [Getting Started](../tutorial/getting-started.md) — Complete setup guide
605-
- [Workflow Guide](../how-to/workflows.md) — Detailed workflow documentation
606-
- [CI/CD Integration](../how-to/ci-cd.md) — CI/CD setup examples
605+
- [Workflow Guide](../how-to/create-workflow.md) — Detailed workflow documentation
606+
- [CI/CD Integration](../how-to/cicd-integration.md) — CI/CD setup examples
607607

608608
---
609609

0 commit comments

Comments
 (0)