From d9abdb3436765117dc3fd66f1e63abe44d511e1b Mon Sep 17 00:00:00 2001 From: Evan Suhyeong Lee Date: Mon, 30 Dec 2024 09:50:53 -0500 Subject: [PATCH] Update files/en-us/learn_web_development/core/index.md (#37450) Update index.md --- files/en-us/learn_web_development/core/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn_web_development/core/index.md b/files/en-us/learn_web_development/core/index.md index d1afa4efcf0f066..cafd7f7b370cdca 100644 --- a/files/en-us/learn_web_development/core/index.md +++ b/files/en-us/learn_web_development/core/index.md @@ -32,7 +32,7 @@ In particular, if you've never done any coding before, we'd recommend the [Your - : Access to web content such as public services, education, e-commerce sites, and entertainment is a human right. No one should be excluded based on disability, race, geography, or other human characteristics. This module discusses the best practices and techniques you should learn to make your websites as accessible as possible. - [Design for developers](/en-US/docs/Learn_web_development/Core/Design_for_developers) - : The idea of this module is to (re-)introduce developers to design thinking. They may not want to work as designers, but having some basic user experience and design theory is good for everyone involved in building websites, no matter what their role. At the very least, even the most technical, "non-designer" developer should understand design briefs, why things are designed as they are, and be able to get into the mindset of the user. And it'll help them make their portfolios look better. -- [Version_control](/en-US/docs/Learn_web_development/Core/Version_control) +- [Version control](/en-US/docs/Learn_web_development/Core/Version_control) - : Version control tools are an essential part of modern workflows, for backing up and collaborating on codebases. This module takes you through the essentials of version control using Git and GitHub. ## See also