File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,5 +235,5 @@ Methods can be covered by both unit and integration tests.
235235Now that you understand reports:
236236
237237- [ Run Validation in CI] ( /how-to/run-validation-in-ci ) - Automate validation
238- - [ TDD Workflow] ( . /tdd/) - Learn when to add links during development
238+ - [ TDD Workflow] ( /workflows /tdd/) - Learn when to add links during development
239239- [ Fix Validation Errors] ( /how-to/fix-validation-errors ) - Resolve common issues
Original file line number Diff line number Diff line change @@ -468,5 +468,5 @@ Acceptance: Order is fulfilled
468468
469469## What's Next?
470470
471- - [ Placeholder BDD] ( ./placeholder-bdd ) - Use placeholders during BDD
471+ - [ Placeholder BDD] ( ./placeholders ) - Use placeholders during BDD
472472- [ Complete Example] ( ./complete-example ) - Full BDD example with shopping cart
Original file line number Diff line number Diff line change @@ -584,4 +584,4 @@ Link Summary
584584## What's Next?
585585
586586- [ Acceptance to Unit] ( ./acceptance-to-unit ) - More patterns for driving unit tests
587- - [ Placeholder BDD] ( ./placeholder-bdd ) - Using placeholders in BDD workflows
587+ - [ Placeholder BDD] ( ./placeholders ) - Using placeholders in BDD workflows
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ TestLink adds traceability to BDD workflows:
5151| ----------| -------------------|
5252| [ Double-Loop TDD] ( ./double-loop ) | The outer acceptance loop and inner unit loop |
5353| [ Acceptance to Unit] ( ./acceptance-to-unit ) | Driving unit tests from acceptance tests |
54- | [ Placeholder BDD] ( ./placeholder-bdd ) | Using placeholders in BDD workflows |
54+ | [ Placeholder BDD] ( ./placeholders ) | Using placeholders in BDD workflows |
5555| [ Complete Example] ( ./complete-example ) | Build a ShoppingCart feature using BDD |
5656
5757## Quick Example
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ See [How-to: Sync Links Automatically](/how-to/sync-links-automatically) for det
9696
9797Before starting these tutorials:
9898
99- - Complete [ Getting Started] ( .. /getting-started)
100- - Complete [ Your First Bidirectional Link] ( .. /first-bidirectional-link)
99+ - Complete [ Getting Started] ( /tutorials /getting-started)
100+ - Complete [ Your First Bidirectional Link] ( /tutorials /first-bidirectional-link)
101101- Have a basic understanding of TDD concepts
102102
103103Ready to begin? Start with [ Red-Green-Refactor] ( ./red-green-refactor ) !
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We'll build a `StringCalculator` class that adds numbers from a string input. Th
88
99## Prerequisites
1010
11- - Completed [ Getting Started] ( .. /getting-started)
11+ - Completed [ Getting Started] ( /tutorials /getting-started)
1212- TestLink installed in your project
1313
1414## The TDD Cycle with Links
You can’t perform that action at this time.
0 commit comments