Skip to content

Commit

Permalink
docs (versioned): fix broken URL link
Browse files Browse the repository at this point in the history
  • Loading branch information
docmg committed Dec 5, 2024
1 parent 42f8f69 commit c27d61f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.0/custom_types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.0/custom_types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.1/custom_types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.2/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-4.3/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-5.0/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.0/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.1/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-7.0.0/custom-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ In order to create a custom output type, you need to:
1. Design a class that extends `GraphQL\Type\Definition\ObjectType`.
2. Register this class in the GraphQL schema.

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

---

Expand Down

0 comments on commit c27d61f

Please sign in to comment.