From 30e68babdaed02eb1e77c9059c5450bdc65759a7 Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Fri, 2 Aug 2024 12:15:47 +0530 Subject: [PATCH] Broken link fixed --- docs/api/updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/updater.md b/docs/api/updater.md index 7ee6283a..6e12538a 100644 --- a/docs/api/updater.md +++ b/docs/api/updater.md @@ -10,7 +10,7 @@ Learn more about extensions with [this guide](../how-to/auto-updater). :::note -For this API to work, you should add `"filesystem.writeBinaryFile"` to the [`nativeAllowList` field](../configuration/neutralino.config.json.mc#nativeallowlist-string) of your `neutralino.config.json` file. +For this API to work, you should add `"filesystem.writeBinaryFile"` to the [`nativeAllowList` field](../configuration/neutralino.config.json.md#nativeallowlist-string) of your `neutralino.config.json` file. :::