docs(bomberman-dom): replace broken link

This commit is contained in:
nprimo 2024-04-29 11:30:54 +01:00 committed by Niccolò Primo
parent e3a4b1f03d
commit 5895f1e395
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ This project will help you learn about:
- [`requestAnimationFrame`](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) - [`requestAnimationFrame`](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame)
- [Event loop](https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop) - [Event loop](https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop)
- FPS - FPS
- [Jank/stutter animation](https://murtada.nl/blog/going-jank-free-achieving-60-fps-smooth-websites) - [Animation performance and frame rate](https://developer.mozilla.org/en-US/docs/Web/Performance/Animation_performance_and_frame_rate)
- webSockets - webSockets
- Synchronization - Synchronization
- Developer Tools - Developer Tools