From 5a1a8cf30edfcf118b1935679ff8f4bb3e8552f8 Mon Sep 17 00:00:00 2001 From: Razik Can Pahali Date: Thu, 6 Jun 2024 18:09:46 +0200 Subject: [PATCH] chore: update deprecated url (#3145) Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com> --- .../copy/en/TypeScript/Meta-Types/Discriminate Types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground-examples/copy/en/TypeScript/Meta-Types/Discriminate Types.ts b/packages/playground-examples/copy/en/TypeScript/Meta-Types/Discriminate Types.ts index 140af9cd1253..7f6a58d40bf5 100644 --- a/packages/playground-examples/copy/en/TypeScript/Meta-Types/Discriminate Types.ts +++ b/packages/playground-examples/copy/en/TypeScript/Meta-Types/Discriminate Types.ts @@ -63,4 +63,4 @@ const handleResponse = (response: APIResponses) => { // parts of the union are checked. There is a good pattern // for this using the never type in the handbook: -// https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions +// https://www.typescriptlang.org/docs/handbook/2/narrowing.html#the-never-type