Skip to content
Snippets Groups Projects
Commit 6059e2b5 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc(links): repair broken links

parent 874f6904
No related branches found
No related tags found
No related merge requests found
......@@ -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/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment