We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8852a commit 3f742f5Copy full SHA for 3f742f5
mkdocs/docs/guides/basics.md
@@ -112,7 +112,7 @@ can be spcified inlined inside a source file or as a separate yaml file in the f
112
runcpp2 script.cpp
113
```
114
115
-For a complete list of build settings, see [Build Settings](build_settings.md) or generate the template with
+For a complete list of build settings, see [Build Settings](../build_settings.md) or generate the template with
116
```shell
117
runcpp2 --create-script-template ./script.cpp # Embeds the build settings template as comment
118
runcpp2 --create-script-template ./script.yaml # Creates the build settings template as dedicated yaml file
0 commit comments