Skip to content

Commit dfe3719

Browse files
authoredOct 4, 2023
Fix sanity-typed links (#2840)
* docs: fix @sanity-typed/zod link in README * docs: fix @sanity-typed/zod link in deno/lib/README
1 parent 699ccae commit dfe3719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ There are a growing number of tools that are built atop or support Zod natively!
489489
- [`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod.
490490
- [`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models.
491491
- [`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas.
492-
- [`@sanity-typed/zod`]([https://app.quicktype.io/](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod)): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types).
492+
- [`@sanity-typed/zod`](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types).
493493

494494
#### Mocking
495495

‎deno/lib/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ There are a growing number of tools that are built atop or support Zod natively!
489489
- [`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod.
490490
- [`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models.
491491
- [`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas.
492-
- [`@sanity-typed/zod`]([https://app.quicktype.io/](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod)): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types).
492+
- [`@sanity-typed/zod`](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types).
493493

494494
#### Mocking
495495

0 commit comments

Comments
 (0)
Please sign in to comment.