Skip to content

Commit 4505a05

Browse files
authored
Fix 404 pages error (#2495)
1 parent 717c42a commit 4505a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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