diff options
author | MikeBirnstiehl <michael.birnstiehl@sonarsource.com> | 2019-10-30 07:46:57 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-11-06 10:04:32 +0100 |
commit | 6a4fdf411a09087b4d2b5137b58fbf99947c8fa9 (patch) | |
tree | e3b11c764ded2a3b7416719f555e08ffd2b8c3af /server/sonar-docs | |
parent | 9cf2e943944b8c11a775ff91871bbf63641aa668 (diff) | |
download | sonarqube-6a4fdf411a09087b4d2b5137b58fbf99947c8fa9.tar.gz sonarqube-6a4fdf411a09087b4d2b5137b58fbf99947c8fa9.zip |
DOCS update admin links
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/pr-decoration.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-docs/src/pages/analysis/pr-decoration.md b/server/sonar-docs/src/pages/analysis/pr-decoration.md index 9cbe6cc6868..167758ed606 100644 --- a/server/sonar-docs/src/pages/analysis/pr-decoration.md +++ b/server/sonar-docs/src/pages/analysis/pr-decoration.md @@ -47,7 +47,7 @@ Click your ALM provider below to expand the instructions on decorating your Pull | | ### Setting your global settings | -| Go to **[Administration > General Settings > Pull Requests](/#sonarqube-admin#/admin/settings?category=pull_request/)**, select the **GitHub Enterprise** tab, and click the **Create configuration** button to set your Configuration Name, ALM Instance URL, GitHub App ID, and your GitHub App's Private Key (that was generated above in the **Creating a GitHub App** section). +| Go to **[Administration > Configuration > General Settings > Pull Requests](/#sonarqube-admin#/admin/settings?category=pull_request_decoration/)**, select the **GitHub Enterprise** tab, and click the **Create configuration** button to set your Configuration Name, ALM Instance URL, GitHub App ID, and your GitHub App's Private Key (that was generated above in the **Creating a GitHub App** section). | | **Note:** Make sure the Configuration name is succinct and easily recognizable as it will be used at the project level to identify the correct ALM configuration. | @@ -64,7 +64,7 @@ Click your ALM provider below to expand the instructions on decorating your Pull | | ### Setting your global settings | -| Go to **[Administration > General Settings > Pull Requests](/#sonarqube-admin#/admin/settings?category=pull_request/)**, select the **Bitbucket Server** tab, and click the **Create configuration** button to set your Configuration name, Bitbucket Server URL, and Personal Access token. +| Go to **[Administration > Configuration > General Settings > Pull Requests](/#sonarqube-admin#/admin/settings?category=pull_request_decoration/)**, select the **Bitbucket Server** tab, and click the **Create configuration** button to set your Configuration name, Bitbucket Server URL, and Personal Access token. | | **Note:** Make sure the Configuration name is succinct and easily recognizable as it will be used at the project level to identify the correct ALM configuration. | @@ -79,7 +79,7 @@ Click your ALM provider below to expand the instructions on decorating your Pull | | ### Setting your global settings | -| Go to **[Administration > General Settings > Pull Requests](/#sonarqube-admin#/admin/settings?category=pull_request/)**, select the **Azure DevOps Server** tab, and click the **Create configuration** button to set your Configuration name and Personal Access token. +| Go to **[Administration > Configuration > General Settings > Pull Requests](/#sonarqube-admin#/admin/settings?category=pull_request_decoration/)**, select the **Azure DevOps Server** tab, and click the **Create configuration** button to set your Configuration name and Personal Access token. | | **Note:** Make sure the Configuration name is succinct and easily recognizable as it will be used at the project level to identify the correct ALM configuration. | @@ -91,4 +91,4 @@ Click your ALM provider below to expand the instructions on decorating your Pull SonarQube lets you decorate Pull Requests from multiple ALM instances. To do this, you can create a configuration (as shown in the previous section) for each of your ALM instances. That instance configuration can then be assigned to the appropriate projects. ## Issue links -During pull request decoration, individual issues will be linked to their SonarQube counterparts automatically. However, for this to work correctly, the instance's **Server base URL** (**[Administration > Configuration > General Settings > General General](/#sonarqube-admin#/admin/settings)**) must be set correctly. Otherwise the links will default to `localhost`.
\ No newline at end of file +During pull request decoration, individual issues will be linked to their SonarQube counterparts automatically. However, for this to work correctly, the instance's **Server base URL** (**[Administration > Configuration > General Settings > General > General](/#sonarqube-admin#/admin/settings/)**) must be set correctly. Otherwise the links will default to `localhost`. |