From 0489bde29de98a9364927803361e7c12055e6645 Mon Sep 17 00:00:00 2001 From: Antonio Aversa Date: Wed, 8 Jan 2025 15:18:37 +0100 Subject: [PATCH] Fix links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33975a1..f4c20ed 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - name: Run Build Wrapper run: | - # here goes your compilation wrapped with build-wrapper; See https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/languages/c-family/overview/#using-build-wrapper for more information + # Here goes your compilation wrapped with Build Wrapper + # For more information, see https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/languages/c-family/prerequisites/#using-buildwrapper # build-preparation steps # build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} build-command - name: SonarQube Scan @@ -204,7 +205,8 @@ jobs: uses: SonarSource/sonarqube-scan-action/install-build-wrapper@ - name: Run Build Wrapper run: | - # here goes your compilation wrapped with build-wrapper; See https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/languages/c-family/overview/#using-build-wrapper for more information + # Here goes your compilation wrapped with Build Wrapper + # For more information, see https://docs.sonarsource.com/sonarqube-cloud/advanced-setup/languages/c-family/prerequisites/#using-build-wrapper # build-preparation steps # build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} build-command - name: SonarQube Scan