Skip to content

Commit

Permalink
fix: Fix archived links, Closes #8302 (#8315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseKnowlden authored Nov 29, 2023
1 parent 5e05236 commit c34710d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/api/src/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit c34710d

Please sign in to comment.