Doc: correct the address of the link to the command-line doc in tutorial.md

This commit is contained in:
balus 2022-06-04 10:35:51 +08:00 committed by Martin Hořeňovský
parent 1c4f52b24a
commit 3644b4135d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ before we move on.
* The test automatically self-registers with the test runner, and user * 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 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, 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. * The individual test assertions are written using the `REQUIRE` macro.
It accepts a boolean expression, and uses expression templates to It accepts a boolean expression, and uses expression templates to
internally decompose it, so that it can be individually stringified internally decompose it, so that it can be individually stringified