From 6059e2b56f41c84d3de15e02aea987259551f712 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 16 Dec 2022 14:40:44 +0100
Subject: [PATCH] doc(links): repair broken links

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2c1a65b..8306148 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ In addition to logs in the console, this job produces the following reports, kep
 If you're using the SonarQube template to analyse your Python code, here is a sample `sonar-project.properties` file:
 
 ```properties
-# see: https://docs.sonarqube.org/latest/analysis/languages/python/
+# see: https://docs.sonarqube.org/latest/analyzing-source-code/test-coverage/python-test-coverage/
 # set your source directory(ies) here (relative to the sonar-project.properties file)
 sonar.sources=.
 # exclude unwanted directories and files from being analysed
@@ -279,7 +279,7 @@ sonar.python.bandit.reportPaths=reports/py-bandit.bandit.csv
 
 More info:
 
-* [Python language support](https://docs.sonarqube.org/latest/analysis/languages/python/)
+* [Python language support](https://docs.sonarqube.org/latest/analyzing-source-code/test-coverage/python-test-coverage/)
 * [test coverage & execution parameters](https://docs.sonarqube.org/latest/analysis/coverage/)
 * [third-party issues](https://docs.sonarqube.org/latest/analysis/external-issues/)
 
-- 
GitLab