From 3d17392d69677cb34b694543a2e567170e6a0d33 Mon Sep 17 00:00:00 2001 From: jgradio64 <47864214+jgradio64@users.noreply.github.com> Date: Sun, 26 Jul 2020 22:10:41 -0400 Subject: [PATCH] Fix broken link with archive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2005c..8bf389b 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ * [**JavaScript**: _A DIY guide to build your own React_](https://github.com/hexacta/didact) * [**JavaScript**: _Reverse Engineering React_](https://vimeo.com/album/3930691) [video] * [**JavaScript**: _Building React From Scratch_](https://www.youtube.com/watch?v=_MAD4Oly9yg) [video] -* [**JavaScript**: _Building Your Own React Clone in Five Easy Steps_](http://brianyang.com/building-your-own-react-clone-in-five-easy-steps/) +* [**JavaScript**: _Building Your Own React Clone in Five Easy Steps_](http://web.archive.org/web/20180530163048/https://blog.javascripting.com/2016/10/05/building-your-own-react-clone-in-five-easy-steps/) * [**JavaScript**: _Gooact: React in 160 lines of JavaScript_](https://medium.com/@sweetpalma/gooact-react-in-160-lines-of-javascript-44e0742ad60f) * [**JavaScript**: _React Internals_](http://www.mattgreer.org/articles/react-internals-part-one-basic-rendering/) * [**JavaScript**: _Learn how React Reconciler package works by building your own lightweight React DOM_](https://hackernoon.com/learn-you-some-custom-react-renderers-aed7164a4199)