From 0d1f916535707f838c1bca3f0980d41ed1045d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Gaudreau?= <88415888+FredericGaudreau@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:02:00 -0500 Subject: [PATCH] fix: dead esbuild youtube link (#5078) fixing a dead youtube link caused by a change of channel name: https://github.com/kamranahmedse/developer-roadmap/issues/5076 --- .../content/110-build-tools/101-module-bundlers/101-esbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md b/src/data/roadmaps/frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md index eebfd2c90..d4296ad9b 100644 --- a/src/data/roadmaps/frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md +++ b/src/data/roadmaps/frontend/content/110-build-tools/101-module-bundlers/101-esbuild.md @@ -7,4 +7,4 @@ Visit the following resources to learn more: - [Esbuild Official Website](https://esbuild.github.io/) - [Esbuild Documentation](https://esbuild.github.io/api/) - [Why are People Obsessed with esbuild?](https://www.youtube.com/watch?v=9XS_RA6zyyU) -- [What Is ESBuild?](https://www.youtube.com/watch?v=zy8vu8cbwf0) \ No newline at end of file +- [What Is ESBuild?](https://www.youtube.com/watch?v=ZY8Vu8cbWF0)