Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Oct 12, 2022
1 parent 4e7c5e4 commit d0d496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/context/get-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Maybe you need to insert data into the database, maybe you want to use Keystone
*Or maybe you want to write unit tests.*

If you have previously run `keystone build` or `keystone dev`, then you can use `getContext`.
If you change your configuration, you should [rebuild your project](../docs/guides/cli) before using `getContext`.
If you change your configuration, you should [rebuild your project](../guides/cli) before using `getContext`.

Using the `getContext` function does not use the typical Keystone entry point - it is a function and only requires that your Prisma client has been built and can be provided as a parameter with your Keystone configuration.

Expand Down

0 comments on commit d0d496d

Please sign in to comment.