Skip to content

Commit 3f742f5

Browse files
Fixing docs link
1 parent 5a8852a commit 3f742f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/guides/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ can be spcified inlined inside a source file or as a separate yaml file in the f
112112
runcpp2 script.cpp
113113
```
114114

115-
For a complete list of build settings, see [Build Settings](build_settings.md) or generate the template with
115+
For a complete list of build settings, see [Build Settings](../build_settings.md) or generate the template with
116116
```shell
117117
runcpp2 --create-script-template ./script.cpp # Embeds the build settings template as comment
118118
runcpp2 --create-script-template ./script.yaml # Creates the build settings template as dedicated yaml file

0 commit comments

Comments
 (0)