diff --git a/website/docs/guides/obfuscated.mdx b/website/docs/guides/obfuscated.mdx index 2e7906c40..c35fb0038 100644 --- a/website/docs/guides/obfuscated.mdx +++ b/website/docs/guides/obfuscated.mdx @@ -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