1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Fix invalid links for the videos

This commit is contained in:
Kamran Ahmed
2020-07-18 00:43:47 +04:00
parent 3615c0ad78
commit f21b934bfc

View File

@@ -47,19 +47,19 @@ const WatchList = () => (
openExternal
title={ 'Dependency Injection' }
subtitle='Learn how to write testable and maintainable code with Dependency Injection.'
url='https://www.youtube.com/watch?v=nyKZTKQS_EQ'
url='https://www.youtube.com/watch?v=0yc2UANSDiw'
/>
<RowBlock
openExternal
title={ 'CSS Variables' }
subtitle='Learn how to write maintainable CSS using CSS Variables with a simple project based lesson.'
url='https://www.youtube.com/watch?v=nyKZTKQS_EQ'
url='https://www.youtube.com/watch?v=lgaxU7CRmxU'
/>
<RowBlock
openExternal
title={ 'All about DOM' }
subtitle='Learn and understand the differences between the DOM, Shadow DOM and the Virtual DOM.'
url='https://www.youtube.com/watch?v=nyKZTKQS_EQ'
url='https://www.youtube.com/watch?v=7Tok22qxPzQ'
/>
<RowBlock
openExternal