From 76fff30006a52c37a82992cfdb09030179094cd6 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Thu, 24 Oct 2024 05:57:23 +0000 Subject: [PATCH] Fix CI check Signed-off-by: Gaurav Aggarwal --- examples/coverity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coverity/README.md b/examples/coverity/README.md index 367c1d6e8..688577d37 100644 --- a/examples/coverity/README.md +++ b/examples/coverity/README.md @@ -17,7 +17,7 @@ files. ## Getting Started ### Prerequisites -Coverity can be run on any platform mentioned [here](https://sig-docs.synopsys.com/polaris/topics/c_coverity-compatible-platforms.html). +Coverity can be run on any platform mentioned [here](https://documentation.blackduck.com/bundle/coverity-docs/page/deploy-install-guide/topics/supported_platforms_for_coverity_analysis.html). The following are the prerequisites to generate coverity report: 1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`).