Skip to content

Commit

Permalink
Fix 404 pages error (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha committed Apr 21, 2024
1 parent 717c42a commit 4505a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/essentials/context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can manage your own `context` object based on your needs. Usually, it's done
Injection - Introduction"](/docs/di/introduction) chapter.
</Callout>

The `Context` can be accessed directly in resolve function or within Dependency Injection using [`CONTEXT`](../api/api.md#context) token.
The `Context` can be accessed directly in resolve function or within Dependency Injection using [`CONTEXT`](/docs/api#context) token.

```ts
import { CONTEXT, Inject, Injectable } from 'graphql-modules'
Expand Down

0 comments on commit 4505a05

Please sign in to comment.