From e7fd7c60d6693944e343fd8d615ec7871f31244b Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Fri, 28 Jun 2024 12:48:28 +0200 Subject: [PATCH] docs: fix broken link (#10147) --- core/tauri/src/image/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri/src/image/mod.rs b/core/tauri/src/image/mod.rs index 87e92aae7c01..8f8ed4538aa5 100644 --- a/core/tauri/src/image/mod.rs +++ b/core/tauri/src/image/mod.rs @@ -132,7 +132,7 @@ impl TryFrom> 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 ///