From ecf039f17b0c1da983e609a962e96dea537aedf7 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 14 Dec 2025 13:06:36 +0000 Subject: [PATCH] docs: fix broken links in workflow documentation - Fix /tutorials/bdd/complete-example to /workflows/bdd/complete-example - Fix /tutorials/tdd/red-green-refactor to /workflows/tdd/red-green-refactor - Fix /explanation/tdd/ and /explanation/bdd/ to /workflows/tdd/ and /workflows/bdd/ --- docs/workflows/bdd/complete-example.md | 4 ++-- docs/workflows/bdd/placeholder-concepts.md | 2 +- docs/workflows/tdd/why-tdd-with-links.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/workflows/bdd/complete-example.md b/docs/workflows/bdd/complete-example.md index 2cf11d8..4d0944a 100644 --- a/docs/workflows/bdd/complete-example.md +++ b/docs/workflows/bdd/complete-example.md @@ -746,5 +746,5 @@ Summary ## What's Next? - [Run Validation in CI](/how-to/run-validation-in-ci) - Automate validation -- [Explanation: TDD Deep Dive](/explanation/tdd/) - Understand the theory -- [Explanation: BDD Deep Dive](/explanation/bdd/) - Advanced BDD concepts +- [TDD Workflow](/workflows/tdd/) - Understand the theory +- [BDD Workflow](/workflows/bdd/) - Advanced BDD concepts diff --git a/docs/workflows/bdd/placeholder-concepts.md b/docs/workflows/bdd/placeholder-concepts.md index 8486146..af18849 100644 --- a/docs/workflows/bdd/placeholder-concepts.md +++ b/docs/workflows/bdd/placeholder-concepts.md @@ -379,5 +379,5 @@ The key is using `links()` / `#[Links]` for acceptance tests (traceability) and - [Acceptance vs Unit Links](./acceptance-vs-unit) - [Placeholder Strategy](/explanation/placeholder-strategy) -- [Tutorial: BDD Complete Example](/tutorials/bdd/complete-example) +- [Tutorial: BDD Complete Example](/workflows/bdd/complete-example) - [How-to: Handle N:M Relationships](/how-to/handle-nm-relationships) diff --git a/docs/workflows/tdd/why-tdd-with-links.md b/docs/workflows/tdd/why-tdd-with-links.md index e091cb7..dc5f428 100644 --- a/docs/workflows/tdd/why-tdd-with-links.md +++ b/docs/workflows/tdd/why-tdd-with-links.md @@ -271,5 +271,5 @@ The extra effort of adding links during TDD is minimal (especially with placehol ## See Also - [When to Add Links](./when-to-add-links) -- [Tutorial: Red-Green-Refactor](/tutorials/tdd/red-green-refactor) +- [Tutorial: Red-Green-Refactor](/workflows/tdd/red-green-refactor) - [Test Traceability](/explanation/test-traceability)