Skip to content

Commit 790f782

Browse files
committed
chore(website): fix plugins url path
1 parent 36863e2 commit 790f782

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

website/content/01-migration-guides/01-prisma-users.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ This is fine, but there's something better. The Nexus Prisma _plugin_ (`nexus-pl
4444
- Declarative APIs for projecting types from your Prisma schema onto your GraphQL Schema
4545
- Declarative APIs for creating mutations and queries (including automatically implemented resolvers!)
4646

47-
If you haven't already, you should read the [Welcome to Nexus Prisma](../../nexus-plugins/prisma) introduction.
47+
If you haven't already, you should read the [Welcome to Nexus Prisma](../../plugins/prisma) introduction.
4848

4949
## Learning Path
5050

5151
1. Read [Welcome to Nexus](/)
5252
2. Do [The Nexus Tutorial](../../getting-started/tutorial/chapter-introduction)
53-
3. If using the Prisma plugin (you should!) read [Welcome to Nexus Prisma](../../nexus-plugins/prisma)
53+
3. If using the Prisma plugin (you should!) read [Welcome to Nexus Prisma](../../plugins/prisma)
5454

5555
TL;DR
5656

website/content/06-components-standalone/01-schema/03-plugins/05-prisma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Prisma
44

55
## Prisma
66

7-
Refer to the [framework docs](../../../nexus-plugins/prisma#runtime-integration) for API reference and concepts. What follows here are aspects that are particular to the schema plugin only.
7+
Refer to the [framework docs](../../../plugins/prisma#runtime-integration) for API reference and concepts. What follows here are aspects that are particular to the schema plugin only.
88

99
## Installation
1010

0 commit comments

Comments
 (0)