From acc89e522ec03f26b1c2609666350cd558b52fa7 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 5 May 2024 17:35:50 +1000 Subject: [PATCH] Fix link to project config --- website/docs/guides/obfuscated.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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