From d4d6fc8a9b851754633238ea005765fe3c8d84fa Mon Sep 17 00:00:00 2001 From: Holiv Date: Mon, 8 Aug 2022 18:33:30 -0300 Subject: [PATCH] Make Your Own AngularJS link correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e2050f..57581ed 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**JavaScript**: _Let’s Write Redux!_](https://www.jamasoftware.com/blog/lets-write-redux/) * [**JavaScript**: _Redux: Implementing Store from Scratch_](https://egghead.io/lessons/react-redux-implementing-store-from-scratch) [video] * [**JavaScript**: _Build Your own Simplified AngularJS in 200 Lines of JavaScript_](https://blog.mgechev.com/2015/03/09/build-learn-your-own-light-lightweight-angularjs/) -* [**JavaScript**: _Make Your Own AngularJS_](https://teropa.info/build-your-own-angular)[](https://teropa.info/build-your-own-angular) +* [**JavaScript**: _Make Your Own AngularJS_](https://teropa.info/build-your-own-angular) * [**JavaScript**: _How to write your own Virtual DOM_](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060) * [**JavaScript**: _Building a frontend framework, from scratch, with components (templating, state, VDOM)_](https://mfrachet.github.io/create-frontend-framework/) * [**JavaScript**: _Build your own React_](https://pomb.us/build-your-own-react/)