Skip to content

Commit 42f8f69

Browse files
authored
docs: fix broken URL link
webonyx/graphql-php have changed the url in v15.0.0
1 parent 721c57a commit 42f8f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/custom-types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In order to create a custom output type, you need to:
5757
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
5858
2. Register this class in the GraphQL schema.
5959

60-
You'll find more details on the [Webonyx documentation](https://webonyx.github.io/graphql-php/type-system/object-types/).
60+
You'll find more details on the [Webonyx documentation](https://webonyx.github.io/graphql-php/type-definitions/object-types/).
6161

6262
---
6363

0 commit comments

Comments
 (0)