Skip to content

Commit c5a8a66

Browse files
authored
docs: correcting link to nexus-plugin-prisma
1 parent 25235c1 commit c5a8a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/020-guides/10-writing-plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ export const plugin: RuntimePlugin<Settings, 'required'> = settings => project =
225225
226226
- The most sophisticated real-world Nexus plugin is `nexus-plugin-prisma`.
227227
- It currently drives many of the requirements of the plugin system where we want nexus-prisma users to feel prisma is as seamless a component as any core one.
228-
- If you like learning by reading code, check it out here: [graphql-nexus/plugin-prisma](https://github.com/graphql-nexus/plugin-prisma).
228+
- If you like learning by reading code, check it out here: [graphql-nexus/nexus-plugin-prisma](https://github.com/graphql-nexus/nexus-plugin-prisma).

0 commit comments

Comments
 (0)