From 54809698edfe13cf4f71f78af6fa6d8eead3a6d2 Mon Sep 17 00:00:00 2001 From: Ed Lan <165309301+Edlan01@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:04:03 +0100 Subject: [PATCH] Fix markdown link issue in guide (#7676) * Update frontend-languages.md Guide reference touch ups * Update src/data/guides/frontend-languages.md --------- Co-authored-by: Kamran Ahmed --- src/data/guides/frontend-languages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/guides/frontend-languages.md b/src/data/guides/frontend-languages.md index 08c5a99ad..edc6e61f4 100644 --- a/src/data/guides/frontend-languages.md +++ b/src/data/guides/frontend-languages.md @@ -25,7 +25,7 @@ Just starting out in web or mobile development? You may feel swamped by all the As someone who's been through this process for over a decade, I’ve made this post to make your learning journey smoother. -I'll focus on the essential front-end languages and recommend a few important frameworks and libraries. This will equip you with the knowledge needed to make informed decisions, provide a roadmap to help you focus on the right skills, and help you build a rewarding career in [front](https://roadmap.sh/frontend)[-](https://roadmap.sh/frontend)[end](https://roadmap.sh/frontend) [development](https://roadmap.sh/frontend). +I'll focus on the essential front-end languages and recommend a few important frameworks and libraries. This will equip you with the knowledge needed to make informed decisions, provide a roadmap to help you focus on the right [skills](https://roadmap.sh/frontend/developer-skills), and help you build a rewarding career in [front-end development](https://roadmap.sh/frontend). ## What are Languages, Libraries, and Frameworks? @@ -48,7 +48,7 @@ Libraries are collections of pre-written code that developers can use to perform - JQuery **Frameworks** -Frameworks are more comprehensive than libraries as they provide a structure or skeleton with sets of rules for building applications. They enforce architecture and offer tools, libraries, and components to streamline developments. Examples include: +[Front-end frameworks](https://roadmap.sh/frontend/frameworks) are more comprehensive than libraries as they provide a structure or skeleton with sets of rules for building applications. They enforce architecture and offer tools, libraries, and components to streamline developments. Examples include: - Vue - Angular