docs: fix broken link (#10147)

This commit is contained in:
Simon Hyll 2024-06-28 12:48:28 +02:00 committed by GitHub
parent 5878fb45ce
commit e7fd7c60d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
///