diff --git a/deno/lib/README.md b/deno/lib/README.md index a62aaba6a..081790293 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -623,7 +623,7 @@ z.coerce.boolean().parse(null); // => false ## Literals -Literal schemas represent a [literal type](https://www.typescriptlang.org/docs/handbook/literal-types.html), like `"hello world"` or `5`. +Literal schemas represent a [literal type](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types), like `"hello world"` or `5`. ```ts const tuna = z.literal("tuna"); diff --git a/index.html b/index.html index daae856cd..1ca946608 100644 --- a/index.html +++ b/index.html @@ -202,6 +202,12 @@ background-image: url("./static/sun.svg"); } + +