Fix link to project config

This commit is contained in:
Lea Anthony
2024-05-05 17:36:08 +10:00
parent afceac13fa
commit acc89e522e
+1 -1
View File
@@ -14,7 +14,7 @@ To customise the obfuscation settings, you can use the `-garbleargs` flag:
wails build -obfuscated -garbleargs "-literals -tiny -seed=myrandomseed"
```
These settings may be persisted in your [project config](../reference/project-config).
These settings may be persisted in your [project config](../reference/project-config.mdx).
## How it works