From ccc34b63b6560427fbe291bfda1a382485ac30b3 Mon Sep 17 00:00:00 2001 From: Eldar Zakirov Date: Fri, 6 May 2016 22:44:35 +0300 Subject: [PATCH] URL fixed --- docs/test-cases-and-sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index b3d5868..f84cbfb 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: