Skip to content

Commit d401616

Browse files
committed
d Correct links
1 parent a883eb7 commit d401616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

approvaltests/docs/how_to/TestAVarietyOfValues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
When you want to test a lot of variations for a single input value.
1414

15-
If you have more than one parameter that you want to vary, check out [Testing Combinations](TestingCombinations.md#top).
15+
If you have more than one parameter that you want to vary, check out [Testing Combinations](TestCombinations.md#top).
1616

1717
## Steps
1818

approvaltests/docs/how_to/TestCombinations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
You have a function that takes, for example, 3 parameters, and you want to test its behaviour with a bunch of different values for each of those parameters.
1515

16-
If you have only one parameter that you want to vary, check out [How to Test a Variety of Values for One Input](/doc/how_tos/TestAVarietyOfValues.md#top).
16+
If you have only one parameter that you want to vary, check out [How to Test a Variety of Values for One Input](TestAVarietyOfValues.md#top).
1717

1818
## Steps
1919

0 commit comments

Comments
 (0)