From db053e6e7ca07caa2b8c35979300990a0a58c95a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 3 Sep 2024 18:04:09 +0200 Subject: [PATCH] remove broken link in web-workers angular post --- _posts/2023-03-21-web-workers-in-angular.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-03-21-web-workers-in-angular.md b/_posts/2023-03-21-web-workers-in-angular.md index 5c3b7b9..3bdb600 100644 --- a/_posts/2023-03-21-web-workers-in-angular.md +++ b/_posts/2023-03-21-web-workers-in-angular.md @@ -305,7 +305,7 @@ The heroes list should now be sorted depending on which button you click. Congratulations! You just built an Angular app that sorts a list of `heroes` by name or ID... using a Web Worker! 🎉 -> The code for this demo app is in [my GitHub repository](https://github.com/ayoayco/ng-web-worker-demo), and a live demo is deployed on [my website](https://ayo.ayco.io/ng-web-workers/). +> The code for this demo app is in [my GitHub repository](https://github.com/ayoayco/ng-web-worker-demo) ## Gochas in Using Web Workers in Angular