From e92655317d8db92f1249c1c6ba4e5f33d46f325a Mon Sep 17 00:00:00 2001
From: Nathaniel Hammond <nathaniel@pixelandtonic.com>
Date: Wed, 21 Aug 2024 09:37:55 +0100
Subject: [PATCH] Fixed image transforms link in GQL `transform` directive
 pointing to the wrong version

---
 docs/5.x/development/graphql.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/5.x/development/graphql.md b/docs/5.x/development/graphql.md
index be5c2e0d9..49bec4289 100644
--- a/docs/5.x/development/graphql.md
+++ b/docs/5.x/development/graphql.md
@@ -1370,7 +1370,7 @@ Formats a money object to the desired format. It can be applied to any fields, b
 
 
 ### The `transform` directive
-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.
+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.
 | Argument | Type | Description
 | - | - | -
 | `handle`| `String` | The handle of the named transform to use.