From 3644b4135d2f4ec37fe6858dfc03b6273b0948ef Mon Sep 17 00:00:00 2001 From: balus Date: Sat, 4 Jun 2022 10:35:51 +0800 Subject: [PATCH] Doc: correct the address of the link to the command-line doc in tutorial.md --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index c26cfa09..55a11714 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -94,7 +94,7 @@ before we move on. * The test automatically self-registers with the test runner, and user does not have do anything more to ensure that it is picked up by the test framework. _Note that you can run specific test, or set of tests, - through the [command line](command-line#top)._ + through the [command line](command-line.md#top)._ * The individual test assertions are written using the `REQUIRE` macro. It accepts a boolean expression, and uses expression templates to internally decompose it, so that it can be individually stringified