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)