We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a064b8 commit 2270ba1Copy full SHA for 2270ba1
src/content/docs/develop/resources.mdx
@@ -144,7 +144,7 @@ console.log(langDe.hello); // This will print 'Guten Tag!' to the devtools conso
144
```
145
146
[tauri.bundle]: /reference/config/#bundleconfig
147
-[`pathresolver`]: https://docs.rs/tauri/latest/tauri/struct.PathResolver.html
+[`pathresolver`]: https://docs.rs/tauri/latest/tauri/path/struct.PathResolver.html
148
[`app`]: https://docs.rs/tauri/latest/tauri/struct.App.html
149
[`apphandle`]: https://docs.rs/tauri/latest/tauri/struct.AppHandle.html
150
[`plugin-fs`]: /reference/javascript/fs/
0 commit comments