From 967ae591c6876689d6fe8b6277219b3599a0c3a6 Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:35:08 +0800 Subject: [PATCH] Update third_party_tools.md with relative path --- .github/third_party_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/third_party_tools.md b/.github/third_party_tools.md index cbe5db71b..6d5d02fa5 100644 --- a/.github/third_party_tools.md +++ b/.github/third_party_tools.md @@ -11,4 +11,4 @@ team. | Tool | Website | Getting Started | |------|---------|-----------------| | Code Sonar | [Link](https://codesecure.com/our-products/codesonar/) | [Link](https://github.com/CodeSecure-SE/FreeRTOS-Kernel) | -| Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](examples/coverity/README.md) | +| Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](../examples/coverity/README.md) |