From 68a4e15cffee4e3721ae3f85e8f94bd4def221ec Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 1 Oct 2024 10:06:36 +0200 Subject: [PATCH] Fix link to images docs Fixes #6408 --- docs/reference/src/language/builtins/elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/src/language/builtins/elements.md b/docs/reference/src/language/builtins/elements.md index b3b3082b9..7581b143c 100644 --- a/docs/reference/src/language/builtins/elements.md +++ b/docs/reference/src/language/builtins/elements.md @@ -322,7 +322,7 @@ An `Image` can be used to represent an image loaded from a file. - **`rotation-angle`** (_in_ _angle_), **`rotation-origin-x`** (_in_ _length_), **`rotation-origin-y`** (_in_ _length_): Rotates the image by the given angle around the specified origin point. The default origin point is the center of the element. When these properties are set, the `Image` can't have children. -- **`source`** (_in_ _image_): The image to load. Use the [`@image-url("...")` macro](../syntax/types#images) to specify the location of the image. +- **`source`** (_in_ _image_): The image to load. Use the [`@image-url("...")` macro](../syntax/types.md#images) to specify the location of the image. - **`source-clip-x`**, **`source-clip-y`**, **`source-clip-width`**, **`source-clip-height`** (_in_ _int_): Properties in source image coordinates that define the region of the source image that is rendered. By default the entire source image is visible: | Property | Default Binding |