Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/workflows/bdd/complete-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/workflows/bdd/placeholder-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/workflows/tdd/why-tdd-with-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading