From 4bae6a72bfe7c20123d5e75ac185cb1bcb9362f2 Mon Sep 17 00:00:00 2001 From: colin-mueller-sonarsource Date: Fri, 15 May 2020 11:22:27 +0200 Subject: [PATCH] DOCS Remove Limitations from Quality Profiles Docs --- .../src/pages/instance-administration/quality-profiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-docs/src/pages/instance-administration/quality-profiles.md b/server/sonar-docs/src/pages/instance-administration/quality-profiles.md index 6eda2f82e41..392890a0751 100644 --- a/server/sonar-docs/src/pages/instance-administration/quality-profiles.md +++ b/server/sonar-docs/src/pages/instance-administration/quality-profiles.md @@ -5,7 +5,7 @@ url: /instance-administration/quality-profiles/ ## Overview -**Quality Profiles** are a core component of {instance}, since they are where you define sets of [**Rules**](/user-guide/rules/) that when violated should raise issues on your codebase (example: Methods should not have a Cognitive Complexity higher than 15). Quality Profiles are defined for individual languages. +**Quality Profiles** are a core component of SonarQube, since they are where you define sets of [**Rules**](/user-guide/rules/) that when violated should raise issues on your codebase (example: Methods should not have a Cognitive Complexity higher than 15). Quality Profiles are defined for individual languages. To manage Quality Profiles, browse to the the [**Quality Profiles**](/#sonarqube#/profiles) page where you'll find Quality Profiles grouped by language. @@ -44,7 +44,7 @@ Additionally, users with Quality Profile administration privileges are notified ### Copy a profile from one SonarQube instance to another? -Use the **Back up** feature on the source instance to export the profile to an XML file. Use the **Restore Profile** feature on the target instance to import the file. Note that some [limitations](https://jira.sonarsource.com/browse/SONAR-5366) on this feature exist. +Use the **Back up** feature on the source instance to export the profile to an XML file. Use the **Restore Profile** feature on the target instance to import the file. ### Apply a core set of rules plus additional rules to a project? -- 2.39.5