Skip to content

Commit

Permalink
Fix more link
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 16, 2024
1 parent 601306e commit c012c6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/general/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ application = GraphQLProtocolTypeRouter(
)
```

Note: Check the [channels integraton](/docs/integrations/channels.md) page for
more information regarding it.
Note: Check the [channels integraton](../integrations/channels.md) page for more
information regarding it.

#### FastAPI

Expand Down
1 change: 1 addition & 0 deletions docs/types/generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ type Mutation {
> `PostInput` are Input types. Providing `posts: CollectionInput[Post]` to
> `add_posts` (i.e. using the non-input `Post` type) would have resulted in an
> error:
>
> ```
> PostCollectionInput fields cannot be resolved. Input field type must be a
> GraphQL input type
Expand Down
2 changes: 1 addition & 1 deletion docs/types/object-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ schema (also referred as root types).
- `Subscription` is the entry point for all the subscriptions.

For a walk-through on how to define schemas, read the
[schema basics](/docs/general/schema-basics.md).
[schema basics](../general/schema-basics.md).

## Defining object types

Expand Down

0 comments on commit c012c6e

Please sign in to comment.