]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12288 Fix admin links in docs
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Thu, 18 Jul 2019 16:20:52 +0000 (18:20 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 18 Jul 2019 18:21:12 +0000 (20:21 +0200)
server/sonar-docs/src/pages/analysis/pull-request.md
server/sonar-docs/src/pages/instance-administration/github-application.md

index ca975022e32e1efb0f36432c2b6821c39a2973a5..3de1d1c32d08ab984ca7127ac0d591b35689d55d 100644 (file)
@@ -79,13 +79,13 @@ To add PR decoration on Bitbucket <!-- sonarqube -->Server<!-- /sonarqube -->, y
 
 In your global settings, set the personal access token of the user that will be used to decorate the PRs in the SonarQube UI:
 
-* Set the token at [**Administration > General Settings > Pull Requests > Integration with Bitbucket Server > Personal access token**](/#sonarqube-admin#/sonarqube/admin/settings?category=pull_request/)
+* Set the token at [**Administration > General Settings > Pull Requests > Integration with Bitbucket Server > Personal access token**](/#sonarqube-admin#/admin/settings?category=pull_request/)
 * The user that will be used to decorate PRs needs write permission.
 
 
 #### Updating Your Bitbucket Server Settings
 
-In your global settings, set your Bitbucket Server URL (for example, `https://myinstance.mycompany.com/`) at [**Administration > General Settings > Pull Requests > Integration with Bitbucket Server > The URL of the Bitbucket Server**](/#sonarqube-admin#/sonarqube/admin/settings?category=pull_request/). This is the base URL for your Bitbucket Server instance.
+In your global settings, set your Bitbucket Server URL (for example, `https://myinstance.mycompany.com/`) at [**Administration > General Settings > Pull Requests > Integration with Bitbucket Server > The URL of the Bitbucket Server**](/#sonarqube-admin#/admin/settings?category=pull_request/). This is the base URL for your Bitbucket Server instance.
 
 In your project settings at **Administration > General Settings > Pull Requests > Integration with Bitbucket Server** update the following Bitbucket Server settings:
 
@@ -108,7 +108,7 @@ To add PR decoration on Azure DevOps <!-- sonarqube -->Server<!-- /sonarqube -->
 
 #### Setting Your Personal Access Token
 
-In <!-- sonarqube -->global and<!-- /sonarqube --> project settings, set the personal access token of the user that will be used to decorate the PRs in the SonarQube UI at [**Administration > General Settings > Pull Requests > Integration with VSTS / TFS > Personal access token**](/#sonarqube-admin#/sonarqube/admin/settings?category=pull_request/). 
+In <!-- sonarqube -->global and<!-- /sonarqube --> project settings, set the personal access token of the user that will be used to decorate the PRs in the SonarQube UI at [**Administration > General Settings > Pull Requests > Integration with VSTS / TFS > Personal access token**](/#sonarqube-admin#/admin/settings?category=pull_request/). 
 
 The user that will be used to decorate PRs needs to be authorized for the scope: 'Code (read and write)'.      
 
index 57fe93fda37d4ed1385537336560201d732da431..cd73ab2e8f5ad0212868ce28487556960751c368 100644 (file)
@@ -32,7 +32,7 @@ From the "Register new GitHub App" page, follow these steps to create your GitHu
 
 After creating your app, you'll be prompted with a link to "generate a private key" at the top of the page. Click the link to download your `.pem` private key file. You can also download your `.pem` file by scrolling down to "Private Key" and clicking **Generate Private Key**.
 
-After downloading your `.pem` file, you'll need to set your private key in SonarQube global settings by copying and pasting the content of your private key file into the text box at [**Administration > Pull Requests > GitHub > GitHub App private key**](/#sonarqube-admin#/sonarqube/admin/settings?category=pull_request/).
+After downloading your `.pem` file, you'll need to set your private key in SonarQube global settings by copying and pasting the content of your private key file into the text box at [**Administration > Pull Requests > GitHub > GitHub App private key**](/#sonarqube-admin#/admin/settings?category=pull_request/).
 
 ### Configuring Your SonarQube Instance
 
@@ -40,13 +40,13 @@ You'll need to configure the following global settings in SonarQube.
 
 #### Setting Your GitHub Enterprise Instance API URL
 
-Enter your GitHub Enterprise Instance API URL in the text box at [**Administration > Pull Requests > GitHub > GitHub API URL**](/#sonarqube-admin#/sonarqube/admin/settings?category=pull_request/).
+Enter your GitHub Enterprise Instance API URL in the text box at [**Administration > Pull Requests > GitHub > GitHub API URL**](/#sonarqube-admin#/admin/settings?category=pull_request/).
 Your GitHub Enterprise instance API URL is formatted as follows: `https://<your-github-enterprise-address>/api/v3`
 
 #### Setting Your App Name and ID
  
-1. Enter your app name in the text box at [**Administration > Pull Requests > GitHub > GitHub App name**](/#sonarqube-admin#/sonarqube/admin/settings?category=pull_request/).
-2. Enter your app ID in the text box at [**Administration > Pull Requests > GitHub > GitHub App ID**](/#sonarqube-admin#/sonarqube/admin/settings?category=pull_request/). You can find your GitHub App ID on the app's settings page at `https://<your-github-enterprise>/settings/apps/<appname>`.
+1. Enter your app name in the text box at [**Administration > Pull Requests > GitHub > GitHub App name**](/#sonarqube-admin#/admin/settings?category=pull_request/).
+2. Enter your app ID in the text box at [**Administration > Pull Requests > GitHub > GitHub App ID**](/#sonarqube-admin#/admin/settings?category=pull_request/). You can find your GitHub App ID on the app's settings page at `https://<your-github-enterprise>/settings/apps/<appname>`.
 
 ### Installing Your App