From 1dccd26de79940bd15bf11756f58608a76787e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 17 Nov 2018 10:21:46 +0100 Subject: [PATCH] Fix link in documentation --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 2a214fa9..247d5d86 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -263,8 +263,8 @@ Test cases in Catch2 can be also parametrised by type, via the `TEMPLATE_TEST_CASE` macro, which behaves in the same way the `TEST_CASE` macro, but is run for every type. -For more details, see our documentation on [test cases and sections] -(test-cases-and-sections.md#type-parametrised-test-cases). +For more details, see our documentation on [test cases and +sections](test-cases-and-sections.md#type-parametrised-test-cases). ## Next steps