From c5a8a66bc9b3dfbb7b58cfb7d98062c4ff8edb60 Mon Sep 17 00:00:00 2001 From: Hays Clark Date: Tue, 15 Sep 2020 22:39:14 -0700 Subject: [PATCH] docs: correcting link to nexus-plugin-prisma --- website/content/020-guides/10-writing-plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/020-guides/10-writing-plugins.mdx b/website/content/020-guides/10-writing-plugins.mdx index ebd5203bb..363db6b29 100644 --- a/website/content/020-guides/10-writing-plugins.mdx +++ b/website/content/020-guides/10-writing-plugins.mdx @@ -225,4 +225,4 @@ export const plugin: RuntimePlugin = settings => project = - The most sophisticated real-world Nexus plugin is `nexus-plugin-prisma`. - 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. -- If you like learning by reading code, check it out here: [graphql-nexus/plugin-prisma](https://github.com/graphql-nexus/plugin-prisma). +- If you like learning by reading code, check it out here: [graphql-nexus/nexus-plugin-prisma](https://github.com/graphql-nexus/nexus-plugin-prisma).