aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>2019-12-16 16:30:24 +0100
committerSonarTech <sonartech@sonarsource.com>2019-12-16 20:46:14 +0100
commit6e1b22ab0c79650cc047f7fd89f7d35f7787450e (patch)
treeb5fee6b7d2fa80c92e55222714f8e77120ec8206 /server
parentbd32acfce2d78cd9653952bf47b142b5c2ecda96 (diff)
downloadsonarqube-6e1b22ab0c79650cc047f7fd89f7d35f7787450e.tar.gz
sonarqube-6e1b22ab0c79650cc047f7fd89f7d35f7787450e.zip
DOCS Fixed Broken 8.1 Upgrade Notes Links
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md
index a89595b29e0..bb8b284340b 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -5,15 +5,15 @@ url: /setup/upgrade-notes/
## Release 8.1 Upgrade Notes
**Short-lived and Long-lived branches are now just branches**
-The concept for branches is now simplified, with a single way to handle all of them. ((MMF-1786)[https://jira.sonarsource.com/browse/MMF-1786]).
+The concept for branches is now simplified, with a single way to handle all of them. ([MMF-1786](https://jira.sonarsource.com/browse/MMF-1786)).
* Analysis is the same for all branches. The parameter `sonar.branch.target` is no longer used and can be removed.
* All branches behave as previous Long-lived branches: all measures are available. The New Code period is configurable and starts by default after the first analysis. The Quality Gate check applies on all conditions.
* As a consequence, branches that were previously Short-Lived branches may display incomplete measures before they are analyzed again. With the first analysis, measures on New Code and the Quality Gate status may change.
* New housekeeping settings replace the Long-lived branch pattern and allow you to choose the branches which should be kept when inactive.
-* Detection of new issues in branches and PRs is simplified. The list of issues reported as new may change slighlty. ((SONAR-12627)[https://jira.sonarsource.com/browse/SONAR-12627]).
+* Detection of new issues in branches and PRs is simplified. The list of issues reported as new may change slighlty. ([SONAR-12627](https://jira.sonarsource.com/browse/SONAR-12627)).
**Configuration of Pull Request decoration**
-The configuration of Pull Request decoration changes. Previous settings are replaced by a new configuration in the UI. Also, decoration of Pull Requests now supports multiple instances of a same ALM provider in Enterprise Edition and above. ((MMF-1814)[https://jira.sonarsource.com/browse/MMF-1814]).
+The configuration of Pull Request decoration changes. Previous settings are replaced by a new configuration in the UI. Also, decoration of Pull Requests now supports multiple instances of a same ALM provider in Enterprise Edition and above. ([MMF-1814](https://jira.sonarsource.com/browse/MMF-1814)).
**Deprecated web services and parameters dropped**
Some Web services and parameters which were deprecated in 6.x versions have been dropped, including some related to Quality Profiles. See Full Release Notes for more info.