From 116c63725e7fb7be03305e33d0c5a206f5b25af9 Mon Sep 17 00:00:00 2001 From: ActoryOu Date: Fri, 22 Nov 2024 08:19:03 +0000 Subject: [PATCH] Fix link-verifier. --- tools/coverity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/coverity/README.md b/tools/coverity/README.md index c1715a7..17724a8 100644 --- a/tools/coverity/README.md +++ b/tools/coverity/README.md @@ -12,7 +12,7 @@ see the [MISRA.md](https://github.com/FreeRTOS/backoffAlgorithm/blob/main/MISRA. ## Getting Started ### Prerequisites -You can run this on a platform supported by Coverity. The list and other details can be found [here](https://sig-docs.synopsys.com/polaris/topics/c_coverity-compatible-platforms.html). +You can run this on a platform supported by Coverity. The list and other details can be found [here](https://documentation.blackduck.com/bundle/coverity-docs/page/deploy-install-guide/topics/supported_platforms_for_coverity_analysis.html). To compile and run the Coverity target successfully, you must have the following: 1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`)