Skip to content

Commit

Permalink
docs: fix broken link (#10147)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhyll authored Jun 28, 2024
1 parent 5878fb4 commit e7fd7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/image/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl TryFrom<Image<'_>> for tray_icon::Icon {
}

/// An image type that accepts file paths, raw bytes, previously loaded images and image objects.
/// This type is meant to be used along the [transformImage](https://beta.tauri.app/references/v2/js/image/namespaceimage/#transformimage) API.
/// This type is meant to be used along the [transformImage](https://v2.tauri.app/reference/javascript/api/namespaceimage/#transformimage) API.
///
/// # Stability
///
Expand Down

0 comments on commit e7fd7c6

Please sign in to comment.