Skip to content

Commit 7b0824b

Browse files
authored
Merge pull request #644 from craftcms/bugfix/5.x-image-transforms-line
Fixed image transforms link in GQL `transform` directive pointing to the wrong version
2 parents a4d9a27 + e926553 commit 7b0824b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/development/graphql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ Formats a money object to the desired format. It can be applied to any fields, b
13701370

13711371

13721372
### The `transform` directive
1373-
Returns a URL for an [asset transform](https://craftcms.com/docs/4.x/image-transforms.html). Accepts the same arguments you would use for a transform in Craft.
1373+
Returns a URL for an [asset transform](https://craftcms.com/docs/5.x/development/image-transforms.html). Accepts the same arguments you would use for a transform in Craft.
13741374
| Argument | Type | Description
13751375
| - | - | -
13761376
| `handle`| `String` | The handle of the named transform to use.

0 commit comments

Comments
 (0)