Skip to content

Commit 87ffb4c

Browse files
fitztrevgezihuzi
authored andcommitted
docs(fs): fix link to path API (tauri-apps#2292)
1 parent 2f728b6 commit 87ffb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/fs/guest-js/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* This module prevents path traversal, not allowing parent directory accessors to be used
1111
* (i.e. "/usr/path/to/../file" or "../path/to/file" paths are not allowed).
1212
* Paths accessed with this API must be either relative to one of the {@link BaseDirectory | base directories}
13-
* or created with the {@link https://v2.tauri.app/reference/javascript/api/namespacepath | path API}.
13+
* or created with the {@link https://v2.tauri.app/reference/javascript/api/namespacepath/ | path API}.
1414
*
1515
* The API has a scope configuration that forces you to restrict the paths that can be accessed using glob patterns.
1616
*

0 commit comments

Comments
 (0)