diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-04-30 15:41:18 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-03 20:20:51 +0200 |
commit | 95c2ca3b5880aaf1050fbfc0c009df587e172039 (patch) | |
tree | c668d2c9bb747e5590ca915196ef7792c52d23c8 /server/sonar-docs/src/pages/quality-profiles.md | |
parent | b083d4376580b8dd252933025ca86ce5b98ce7af (diff) | |
download | sonarqube-95c2ca3b5880aaf1050fbfc0c009df587e172039.tar.gz sonarqube-95c2ca3b5880aaf1050fbfc0c009df587e172039.zip |
SONAR-10613 Generate a documentation static website (#196)
Diffstat (limited to 'server/sonar-docs/src/pages/quality-profiles.md')
-rw-r--r-- | server/sonar-docs/src/pages/quality-profiles.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/quality-profiles.md b/server/sonar-docs/src/pages/quality-profiles.md index e3f01c0abe4..c6c746dbe09 100644 --- a/server/sonar-docs/src/pages/quality-profiles.md +++ b/server/sonar-docs/src/pages/quality-profiles.md @@ -40,7 +40,7 @@ Additionally, users with Quality Profile administration privileges are notified 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. -![Restore Quality Profile](../images/restore-quality-profile.jpeg) +![Restore Quality Profile](/images/restore-quality-profile.jpeg) ### Apply a core set of rules plus additional rules to a project? |