Skip to content

Commit bab988a

Browse files
Arthur GambyArthur Gamby
authored andcommitted
docs: fix broken MongoDB data modeling link
1 parent 6d9fa27 commit bab988a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/050-overview/100-introduction/300-data-modeling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In MongoDB databases, models are represented by _collections_ and contain _docum
7474
}
7575
```
7676

77-
Prisma Client currently expects a consistent model and [normalized model design](https://www.mongodb.com/docs/manual/data-modeling/concepts/embedding-vs-references/#references). This means that:
77+
Prisma Client currently expects a consistent model and [normalized model design](https://www.mongodb.com/docs/manual/data-modeling/best-practices/#std-label-data-modeling-best-practices). This means that:
7878

7979
- If a model or field is not present in the Prisma schema, it is ignored
8080
- If a field is mandatory but not present in the MongoDB dataset, you will get an error

0 commit comments

Comments
 (0)