Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 23, 2024
1 parent 53c539b commit 83ddfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfx/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ To arrange for your test method to be invoked twice, once for each of two modes,

The @Xunit.CombinatorialDataAttribute or @Xunit.CombinatorialDataAttribute will supply Xunit with both `true` and `false` arguments to run the test method with, resulting in two invocations of your test method with individual results reported for each invocation.

[Learn more about the difference between @Xunit.CombinatorialDataAttribute and @Xunit.CombinatorialDataAttribute](combinatorial-vs-pairwise.md).
[Learn more about the difference](combinatorial-vs-pairwise.md) between @Xunit.CombinatorialDataAttribute and @Xunit.PairwiseDataAttribute.

[Learn more about supported parameter types and where values come from](value-sources.md).

0 comments on commit 83ddfa9

Please sign in to comment.