From a8da83bf0bf1aaa7950ee8414079c26b241ff69e Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Thu, 5 Dec 2024 12:44:13 +0000 Subject: [PATCH] Fix broken link --- .../getting_started/environment_setup/code_editors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn_web_development/getting_started/environment_setup/code_editors/index.md b/files/en-us/learn_web_development/getting_started/environment_setup/code_editors/index.md index cb74b79cd288a04..f879e6774cb1aa0 100644 --- a/files/en-us/learn_web_development/getting_started/environment_setup/code_editors/index.md +++ b/files/en-us/learn_web_development/getting_started/environment_setup/code_editors/index.md @@ -56,7 +56,7 @@ Code completion and help. Find and replace, often with the ability to use regular expressions to make the functionality more powerful (e.g. keep a specific string beginning and end, but replace the substring in between). -Integration with version control is often provided (see also [Version control](#)) +Integration with version control is often provided (see the [Version control module](/en-US/docs/Learn_web_development/Core/Version_control)). ## Enhancing your code editor with extensions