diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index b3d58683..f84cbfbf 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -2,7 +2,7 @@ While Catch fully supports the traditional, xUnit, style of class-based fixtures containing test case methods this is not the preferred style. -Instead Catch provides a powerful mechanism for nesting test case sections within a test case. For a more detailed discussion see the [tutorial](tutorial.md#testCasesAndSections). +Instead Catch provides a powerful mechanism for nesting test case sections within a test case. For a more detailed discussion see the [tutorial](tutorial.md#test-cases-and-sections). Test cases and sections are very easy to use in practice: