From b1518b12b89ceac3c24deaf42fd75a034be22c4c Mon Sep 17 00:00:00 2001 From: Andrey Bykov Date: Mon, 15 Jan 2024 14:24:50 +0100 Subject: [PATCH] fix(academy): using types: add missing link (#833) --- .../academy/webscraping/switching_to_typescript/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/academy/webscraping/switching_to_typescript/installation.md b/sources/academy/webscraping/switching_to_typescript/installation.md index c4212398e..ecbd5b620 100644 --- a/sources/academy/webscraping/switching_to_typescript/installation.md +++ b/sources/academy/webscraping/switching_to_typescript/installation.md @@ -156,4 +156,4 @@ Outputted is `2099`, exactly what we expected. Awesome! ## Next up {#next} -In the [next lesson], we'll be discussing how to use some of the core types that TypeScript offers. +In the [next lesson](./using_types.md)!, we'll be discussing how to use some of the core types that TypeScript offers.