Skip to content

Commit 816dd08

Browse files
authored
Update broken URL link to webonyx/graphql-php -> object-types (#715)
* docs: fix broken URL link webonyx/graphql-php have changed the url in v15.0.0 * docs (versioned): fix broken URL link
1 parent 721c57a commit 816dd08

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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

website/versioned_docs/version-3.0/custom_types.mdx

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

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

114114
---
115115

website/versioned_docs/version-4.0/custom_types.mdx

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

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

6868
---
6969

website/versioned_docs/version-4.1/custom_types.mdx

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

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

115115
---
116116

website/versioned_docs/version-4.2/custom-types.mdx

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

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

114114
---
115115

website/versioned_docs/version-4.3/custom-types.mdx

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

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

114114
---
115115

website/versioned_docs/version-5.0/custom-types.mdx

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

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

114114
---
115115

website/versioned_docs/version-6.0/custom-types.mdx

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

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

114114
---
115115

website/versioned_docs/version-6.1/custom-types.mdx

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

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

6767
---
6868

website/versioned_docs/version-7.0.0/custom-types.mdx

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

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

115115
---
116116

0 commit comments

Comments
 (0)