Skip to content

Commit 9b0c57d

Browse files
broken link fixed
1 parent 21c2e0c commit 9b0c57d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/200-orm/500-reference/200-prisma-cli-reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ One of the following `--from-...` options is required:
16241624
| `--from-schema-datamodel` | Path to a Prisma schema file, uses the data model for the diff | |
16251625
| `--from-schema-datasource` | Path to a Prisma schema file, uses the URL in the `datasource` block for the diff | |
16261626
| `--from-empty` | Assume that you the data model you are migrating from is empty | |
1627-
| `--from-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
1627+
| `--from-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli-with-prisma-migrate-diff)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
16281628
16291629
One of the following `--to-...` options is required:
16301630
@@ -1635,7 +1635,7 @@ One of the following `--to-...` options is required:
16351635
| `--to-schema-datamodel` | Path to a Prisma schema file, uses the data model for the diff | |
16361636
| `--to-schema-datasource` | Path to a Prisma schema file, uses the URL in the `datasource` block for the diff | |
16371637
| `--to-empty` | Assume that you the data model you are migrating to is empty | |
1638-
| `--to-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
1638+
| `--to-local-d1` | Path to a local D1 instance ([learn more](/orm/overview/databases/cloudflare-d1#using-the-wrangler-cli-with-prisma-migrate-diff)) | Available since [5.12.0](https://github.com/prisma/prisma/releases/tag/5.12.0) |
16391639
16401640
Other options:
16411641

0 commit comments

Comments
 (0)