Skip to content

Commit a66e2c7

Browse files
authored
update links paths (#624)
1 parent 1af0f49 commit a66e2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To deploy your service to a public cluster (rather than locally with Docker), yo
4545
</details>
4646
<br>
4747

48-
> Notice that when deploying the Prisma service for the very first time, the CLI will execute the mutations from [`database/seed.graphql`](database/seed.graphql) to seed some initial data in the database. The CLI is aware of this file because it's listed in [`database/prisma.yml`](database/prisma.yml#L11) under the `seed` property.
48+
> Notice that when deploying the Prisma service for the very first time, the CLI will execute the mutations from [`prisma/seed.graphql`](prisma/seed.graphql) to seed some initial data in the database. The CLI is aware of this file because it's listed in [`prisma/prisma.yml`](prisma/prisma.yml#L11) under the `seed` property.
4949
5050
### 3. Start the GraphQL server
5151

0 commit comments

Comments
 (0)