From 6f926e1ac718bd7ad71f9f287e6ea2fe59a4090e Mon Sep 17 00:00:00 2001 From: Zarja Javh Dobernik Date: Thu, 21 Aug 2025 10:10:29 +0200 Subject: [PATCH] Correct links --- docs/starting_a_plain_project_from_scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting_a_plain_project_from_scratch.md b/docs/starting_a_plain_project_from_scratch.md index 3d25775..a494155 100644 --- a/docs/starting_a_plain_project_from_scratch.md +++ b/docs/starting_a_plain_project_from_scratch.md @@ -76,7 +76,7 @@ verbose: true ``` - Specify the test scripts so that Plain knows how to run unit and conformance tests. - Indicate whether to display detailed output during code generation like shown in output control. -- For additional options and advanced configuration, see the [plain2code CLI documentation](docs/plain2code_cli.md). +- For additional options and advanced configuration, see the [plain2code CLI documentation](plain2code_cli.md). ## 4. Generate & Run Your Project