Skip to content

Commit 2270ba1

Browse files
authored
Fix: Update link in develop/resources.mdx (#3205)
1 parent 6a064b8 commit 2270ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/develop/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ console.log(langDe.hello); // This will print 'Guten Tag!' to the devtools conso
144144
```
145145

146146
[tauri.bundle]: /reference/config/#bundleconfig
147-
[`pathresolver`]: https://docs.rs/tauri/latest/tauri/struct.PathResolver.html
147+
[`pathresolver`]: https://docs.rs/tauri/latest/tauri/path/struct.PathResolver.html
148148
[`app`]: https://docs.rs/tauri/latest/tauri/struct.App.html
149149
[`apphandle`]: https://docs.rs/tauri/latest/tauri/struct.AppHandle.html
150150
[`plugin-fs`]: /reference/javascript/fs/

0 commit comments

Comments
 (0)