Skip to content

Commit 54c5104

Browse files
committed
Fixed relative links
1 parent b1c251d commit 54c5104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/images/transform-images/bindings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Within your Worker code, you can interact with this binding by using `env.IMAGES
3838

3939
### `.transform()`
4040

41-
- Defines how an image should be optimized and manipulated through [`fetch()` options](images/transform-images/transform-via-workers/#fetch-options) such as `width`, `height`, and `blur`.
41+
- Defines how an image should be optimized and manipulated through [`fetch()` options](/images/transform-images/transform-via-workers/#fetch-options) such as `width`, `height`, and `blur`.
4242

4343
### `.draw()`
4444

@@ -48,7 +48,7 @@ Within your Worker code, you can interact with this binding by using `env.IMAGES
4848

4949
### `.output()`
5050

51-
* Defines the [output format](images/transform-images/) for the transformed image such as AVIF, WebP, and JPEG.
51+
* Defines the [output format](/images/transform-images/) for the transformed image such as AVIF, WebP, and JPEG.
5252

5353
For example, to rotate, resize, and blur an image, then output the image as AVIF:
5454

0 commit comments

Comments
 (0)