Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 05808fc

Browse files
authored
docs: update the link in advanced.md (#1027)
## Change Summary There is a link to the Prisma Client Go documentation, but it no longer works because the path to the other document has changed. ## Agreement By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice.
1 parent 0613424 commit 05808fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!!! note
2-
Adapted from the Prisma Client Go [documentation](https://github.com/prisma/prisma-client-go/blob/master/docs/advanced.md)
2+
Adapted from the Prisma Client Go [documentation](https://github.com/steebchen/prisma-client-go/blob/main/docs/pages/docs/getting-started/advanced.md)
33

44
In the [quickstart](quickstart.md), we have created a simple post model and ran a few queries. However, Prisma and the
55
Python client are designed to work with relations between models.

0 commit comments

Comments
 (0)