From 85c87cd30e631fedd865184774d0fc274dcb8d17 Mon Sep 17 00:00:00 2001 From: Generalworks Inc Date: Wed, 15 May 2024 02:27:41 +0900 Subject: [PATCH] fix link(to anchor) (#2137) Co-authored-by: vasfvitor Co-authored-by: Fabian-Lars --- src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx b/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx index eb2392c464..96aa3a79e0 100644 --- a/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx +++ b/src/content/docs/start/Upgrade & Migrate/from-tauri-1.mdx @@ -76,7 +76,7 @@ Below is a summary of the changes from Tauri 1.0 to Tauri 2.0: - `package > productName` and `package > version` moved to top-level field. - `package` removed. - `tauri` key renamed to `app`. -- `tauri > allowlist` removed. Refer to [Migrate Permissions](migrate-permissions). +- `tauri > allowlist` removed. Refer to [Migrate Permissions](#migrate-permissions). - `tauri > allowlist > protocol > assetScope` moved to `app > security > assetProtocol > scope`. - `tauri > cli` moved to `plugins > cli`. - `tauri > windows > fileDropEnabled` renamed to `app > windows > dragDropEnabled`.