From b54ca348bfd47493d77be52d8fe72f13f6a8f503 Mon Sep 17 00:00:00 2001 From: Naoharu Sasaki <nsasaki@gitlab.com> Date: Fri, 26 Jul 2024 10:27:53 +0000 Subject: [PATCH] Fix dead link to semgrep troubleshooting page --- doc/user/application_security/sast/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/application_security/sast/troubleshooting.md b/doc/user/application_security/sast/troubleshooting.md index 662e7722ccff0..8c539096de7a9 100644 --- a/doc/user/application_security/sast/troubleshooting.md +++ b/doc/user/application_security/sast/troubleshooting.md @@ -186,4 +186,4 @@ flawfinder-sast: ## Semgrep slowness, unexpected results, or other errors -If Semgrep is slow, reports too many false positives or false negatives, crashes, fails, or is otherwise broken, see the Semgrep docs for [troubleshooting GitLab SAST](https://semgrep.dev/docs/troubleshooting/semgrep-ci#troubleshooting-gitlab-sast). +If Semgrep is slow, reports too many false positives or false negatives, crashes, fails, or is otherwise broken, see the Semgrep docs for [troubleshooting GitLab SAST](https://semgrep.dev/docs/troubleshooting/semgrep-app#troubleshooting-gitlab-sast). -- GitLab