diff --git a/README.md b/README.md index 2c1a65b0e63aaecbfe805708479e9ea9aee32376..83061481227a223921896e1d5b3d05e92ea5551a 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/)