Skip to content

Commit f9c10e7

Browse files
committed
fix: broken tauri docs link
1 parent 6fd668e commit f9c10e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/development/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you get stuck or need help with anything, hit us up over on Discord, here's [
1212

1313
## Logs
1414

15-
Often the most helpful thing is to look at the logs. GitButler is a Tauri app, so the logs are in your OS's [app log directory](https://docs.rs/tauri/latest/tauri/api/path/fn.app_log_dir.html). This should be:
15+
Often the most helpful thing is to look at the logs. GitButler is a Tauri app, so the logs are in your OS's [app log directory](https://docs.rs/tauri/1.8.1/tauri/api/path/fn.app_log_dir.html). This should be:
1616

1717
<Tabs groupId="platform" items={['macOS', 'Windows', 'Linux']} persist>
1818
<Tab value="macOS">

0 commit comments

Comments
 (0)