Browse Source

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

Chase Knowlden 1 year ago
parent
commit
c34710de67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tooling/api/src/dialog.ts

+ 2 - 2
tooling/api/src/dialog.ts

@@ -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';