From f376efd5bc187af074c104d34d8dc0f7d9c36610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AC=E3=83=A9=E3=82=A4?= <137473678+hellogaray@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:52:35 +0900 Subject: [PATCH] Update README.md Updated Pure JavaScript - Building A Real-World Application From Scratch's link from a link from a dead link from medium.com to a direct link to the website (codingthesmartway.com). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7..92f069b6 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## JavaScript: - [Build 30 things in 30 days with 30 tutorials](https://javascript30.com) -- [Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6) +- [Build an App in Pure JS](https://www.codingthesmartway.com/pure-javascript-building-a-real-world-application-from-scratch/) - [Build a Jupyter Notebook Extension](https://link.medium.com/wWUO7TN8SS) - [Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc) - [Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893)