Skip to content

Commit 928b36a

Browse files
committed
Fix broken link
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent 43022b1 commit 928b36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/api/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ window.ddClient.toastError("message");
5151

5252
This function opens a file selector dialog asking the user to select a file or folder.
5353

54-
**showOpenDialog**(`dialogProperties`): `Promise`<[`OpenDialogResult`](OpenDialogResult.md)\>:
54+
**showOpenDialog**(`dialogProperties`): `Promise`<[`OpenDialogResult`](reference/interfaces/OpenDialogResult.md)\>:
5555

5656
The `dialogProperties` parameter is a list of flags passed to Electron to customize the dialog's behaviour - for instance, you can pass `multiSelections` to allow a user to select multiple files. See [Electron's documentation](https://www.electronjs.org/docs/latest/api/dialog) for a full list.
5757

0 commit comments

Comments
 (0)