From 943f088e9317490ca28e992c1560f92a83750436 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 16 Dec 2022 14:40:52 +0100 Subject: [PATCH] doc(links): repair broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46780ed..b7bbde5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,6 @@ You shall define your SonarQube project key and project name in a `sonar-project Note that when not explictly set, the template will use `$CI_PROJECT_PATH_SLUG` and `$CI_PROJECT_PATH` as fallback project key and project name. The `sonar-project.properties` file is also the recommended way to configure other SonarQube [analysis parameters](https://docs.sonarqube.org/latest/analysis/analysis-parameters/) -as well as [language specific parameters](https://docs.sonarqube.org/latest/analysis/languages/overview/). +as well as [language specific parameters](https://docs.sonarqube.org/latest/analyzing-source-code/test-coverage/overview/). Each _to-be-continuous_ build template shall briefly document the supported language-specific SonarQube parameters. \ No newline at end of file -- GitLab