Skip to content

Commit

Permalink
Fix broken link in docs (#8033)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebennett88 committed Oct 22, 2022
1 parent 962c9ba commit e08b866
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

1 comment on commit e08b866

@vercel
Copy link

@vercel vercel bot commented on e08b866 Oct 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.