fix: Fix archived links, Closes #8302 (#8315)

This commit is contained in:
Chase Knowlden 2023-11-28 20:41:41 -05:00 committed by GitHub
parent 5e05236b49
commit c34710de67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ interface ConfirmDialogOptions {
* prefer writing a dedicated command instead.
*
* Note that the allowlist scope change is not persisted, so the values are cleared when the application is restarted.
* You can save it to the filesystem using [tauri-plugin-persisted-scope](https://github.com/tauri-apps/tauri-plugin-persisted-scope).
* You can save it to the filesystem using [tauri-plugin-persisted-scope](https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/persisted-scope).
* @example
* ```typescript
* import { open } from '@tauri-apps/api/dialog';
@ -188,7 +188,7 @@ async function open(
* prefer writing a dedicated command instead.
*
* Note that the allowlist scope change is not persisted, so the values are cleared when the application is restarted.
* You can save it to the filesystem using [tauri-plugin-persisted-scope](https://github.com/tauri-apps/tauri-plugin-persisted-scope).
* You can save it to the filesystem using [tauri-plugin-persisted-scope](https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/persisted-scope).
* @example
* ```typescript
* import { save } from '@tauri-apps/api/dialog';