Skip to content

Commit 28896de

Browse files
committed
docs: update deprecated link
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent d1ad522 commit 28896de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ z.coerce.boolean().parse(null); // => false
623623

624624
## Literals
625625

626-
Literal schemas represent a [literal type](https://www.typescriptlang.org/docs/handbook/literal-types.html), like `"hello world"` or `5`.
626+
Literal schemas represent a [literal type](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types), like `"hello world"` or `5`.
627627

628628
```ts
629629
const tuna = z.literal("tuna");

0 commit comments

Comments
 (0)