Skip to content

Commit cb9bf5c

Browse files
committed
docs: fix remaining broken links in documentation
- Fix ./placeholder-bdd to ./placeholders in BDD workflow docs - Fix ./tdd/ to /workflows/tdd/ in understanding-reports.md - Fix ../getting-started to /tutorials/getting-started - Fix ../first-bidirectional-link to /tutorials/first-bidirectional-link
1 parent 6c72505 commit cb9bf5c

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/tutorials/understanding-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ Methods can be covered by both unit and integration tests.
235235
Now 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

docs/workflows/bdd/acceptance-to-unit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/workflows/bdd/double-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/workflows/bdd/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/workflows/tdd/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ See [How-to: Sync Links Automatically](/how-to/sync-links-automatically) for det
9696

9797
Before 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

103103
Ready to begin? Start with [Red-Green-Refactor](./red-green-refactor)!

docs/workflows/tdd/red-green-refactor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)