Skip to content

Commit

Permalink
Fix broken link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebennett88 committed Oct 22, 2022
1 parent 962c9ba commit c02a534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/context/get-context.md
Expand Up @@ -23,7 +23,7 @@ const context = getContext(config, PrismaModule);
```

{% hint kind="tip" %}
For inspiration, see [the script example project](https://github.com/keystonejs/keystone/tree/main/examples/script-field), and how we use [`tsx`](https://github.com/esbuild-kit/tsx) to seed the database with some data.
For inspiration, see [the script example project](https://github.com/keystonejs/keystone/tree/main/examples/script), and how we use [`tsx`](https://github.com/esbuild-kit/tsx) to seed the database with some data.
{% /hint %}

A context created in this way does not have an implicit `session`, nor is it a `sudo()` context.
Expand Down

0 comments on commit c02a534

Please sign in to comment.