From 9dae1b3595eacbb6540e3610705063f12638fe19 Mon Sep 17 00:00:00 2001 From: Chandresh Patidar <70997327+chandreshpatidar@users.noreply.github.com> Date: Sat, 25 Mar 2023 21:10:07 +0530 Subject: [PATCH] Update 114-never.md (#3716) Replace a deprecated link with new link for `never` type documentation --- .../typescript/content/101-typescript-types/114-never.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/typescript/content/101-typescript-types/114-never.md b/src/data/roadmaps/typescript/content/101-typescript-types/114-never.md index 653605678..631c7a563 100644 --- a/src/data/roadmaps/typescript/content/101-typescript-types/114-never.md +++ b/src/data/roadmaps/typescript/content/101-typescript-types/114-never.md @@ -25,4 +25,4 @@ function infiniteLoop(): never { Learn more from the following links: -- [Never](https://www.typescriptlang.org/docs/handbook/basic-types.html#never) \ No newline at end of file +- [Never](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#the-never-type)