Skip to content

Commit 138cd1c

Browse files
authored
fix-up: link to context docs (#9025)
1 parent 2e3be07 commit 138cd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/config/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We will cover each of these options below.
3232
The configuration object has a TypeScript type of `KeystoneConfig`, which can be imported from `@keystone-6/core/types`.
3333
This type definition should be considered the source of truth for the available configuration options.
3434

35-
Note: It is important to pass a `TypeInfo` type argument to the config function as it ensures proper typing for the [Keystone Context](../context/overview.md). This type is automatically created in `.keystone/types`. You can customize the output path of the generated type by specifying it in the config object.
35+
Note: It is important to pass a `TypeInfo` type argument to the config function as it ensures proper typing for the [Keystone Context](../context/overview). This type is automatically created in `.keystone/types`. You can customize the output path of the generated type by specifying it in the config object.
3636

3737
```typescript
3838
import { TypeInfo } from ".keystone/types";

0 commit comments

Comments
 (0)