From 22f59c66f0f15dd055da9162d1fdbdc77908d05c Mon Sep 17 00:00:00 2001 From: dev-aly3n <79654879+dev-aly3n@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:45:17 +0330 Subject: [PATCH] fix: replace broken link with a valid one in frontend performance (#5001) --- .../frontend-performance/content/recommended-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/best-practices/frontend-performance/content/recommended-guides.md b/src/data/best-practices/frontend-performance/content/recommended-guides.md index 77410a7cb..4df5849db 100644 --- a/src/data/best-practices/frontend-performance/content/recommended-guides.md +++ b/src/data/best-practices/frontend-performance/content/recommended-guides.md @@ -71,7 +71,7 @@ - [Idle Until Urgent](https://philipwalton.com/articles/idle-until-urgent/) - [Browser painting and considerations for web performance](https://css-tricks.com/browser-painting-and-considerations-for-web-performance/) - [The Cost Of JavaScript In 2018](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4) ([Video](https://www.youtube.com/watch?v=i5R7giitymk)) -- [Examining Web Worker Performance](https://www.loxodrome.io/post/web-worker-performance/) +- [Examining Web Worker Performance](https://www.jameslmilner.com/posts/web-worker-performance) - [Front-End Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) - [jankfree](http://jankfree.org/) - [What forces layout/reflow?](https://gist.github.com/paulirish/5d52fb081b3570c81e3a)