fix(curriculum): description for working with links lecture block (#56910)

This commit is contained in:
Aniket Kumar
2024-10-27 13:08:15 +05:30
committed by GitHub
parent c533ec0d14
commit c9a0625d2c
+3 -1
View File
@@ -1736,7 +1736,9 @@
},
"lecture-working-with-links": {
"title": "Working with Links",
"intro": ["Learn about using links in HTML with these lecture videos."]
"intro": [
"In these lecture videos, you will learn about the different <code>target</code> attribute values, absolute and relative links and the different links states."
]
},
"review-basic-html": {
"title": "Basic HTML Review",