Skip to content

Commit 293522f

Browse files
committed
Fix 404 pages error
1 parent 717c42a commit 293522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/essentials/context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can manage your own `context` object based on your needs. Usually, it's done
2727
Injection - Introduction"](/docs/di/introduction) chapter.
2828
</Callout>
2929

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

3232
```ts
3333
import { CONTEXT, Inject, Injectable } from 'graphql-modules'

0 commit comments

Comments
 (0)