Skip to content

Commit 605d56e

Browse files
committed
Fix links
1 parent dacca29 commit 605d56e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@
8888
linkcheck_allowed_redirects = {
8989
# All HTTP redirections from the source URI to
9090
# the canonical URI will be treated as "working".
91-
r"https://github\.com/.*": r"https://github\.com/login*"
91+
r"https://github\.com/.*": r"https://github\.com/login*",
92+
r"https://sonarcloud\.io.*": r"https://www.sonarsource\.com/products/sonarcloud/.*",
9293
}

doc/user_guide/features/metrics/collecting_metrics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ are summarized into reports:
6060

6161
#. SonarQube analysis
6262
This summarization tool feeds into a feature-rich UI provided by
63-
`Sonar <https://docs.sonarsource.com/sonarqube-server>`__. The total coverage
63+
`Sonar <https://docs.sonarsource.com/sonarqube-server/latest/>`__. The total coverage
6464
is calculated as a percentage and visually displayed per line on the altered code.
6565
Security & linting issues are displayed in a list with links to the code & textual
6666
descriptions on why they should be fixed and how they can be fixed. Additionally,

0 commit comments

Comments
 (0)