Skip to content

Commit c27d61f

Browse files
committed
docs (versioned): fix broken URL link
1 parent 42f8f69 commit c27d61f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

website/versioned_docs/version-3.0/custom_types.mdx

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

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

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

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

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

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

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

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

+1-1
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)