Skip to content

Commit 51e14be

Browse files
authored
docs: update deprecated link (#2219)
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent a3bb701 commit 51e14be

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)