From f354bd760fb0f573f6a3b04308e2d421d39a1058 Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 15 Jun 2022 18:30:01 -0400 Subject: [PATCH] Tweak controls SCA link (#622) --- pages/Source_Code_Analysis_Tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Source_Code_Analysis_Tools.md b/pages/Source_Code_Analysis_Tools.md index 4b974f9f0b..0616006727 100644 --- a/pages/Source_Code_Analysis_Tools.md +++ b/pages/Source_Code_Analysis_Tools.md @@ -12,7 +12,7 @@ permalink: /Source_Code_Analysis_Tools {% include writers.html %} -[Source code analysis](../controls/Static_Code_Analysis) tools, also known as Static Application Security Testing (SAST) Tools, can help analyze source code or compiled versions of code to help find security flaws. +[Source code analysis](controls/Static_Code_Analysis) tools, also known as Static Application Security Testing (SAST) Tools, can help analyze source code or compiled versions of code to help find security flaws. SAST tools can be added into your IDE. Such tools can help you detect issues during software development. SAST tool feedback can save time and effort, especially when compared to finding vulnerabilities later in the development cycle.