summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMałgorzata Ksionek <meksionek@gmail.com>2019-05-09 08:52:52 -0500
committerMałgorzata Ksionek <meksionek@gmail.com>2019-05-09 08:52:52 -0500
commit268defdfd7779171da9f1e69ce0a601a0a5393fd (patch)
treec8e679c643b35271b373a07649455be094c8565d
parenta0ecc3ed90beba351e45779ef35c4a9e369bd32b (diff)
downloadgitlab-ce-docs-update-salesforce-documentation.tar.gz
Fix wording in salesforce docsdocs-update-salesforce-documentation
-rw-r--r--doc/integration/salesforce.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/salesforce.md b/doc/integration/salesforce.md
index 8e564e7d25c..8a99641a256 100644
--- a/doc/integration/salesforce.md
+++ b/doc/integration/salesforce.md
@@ -9,7 +9,7 @@ To get the credentials (a pair of Client ID and Client Secret), you must registe
1. Sign in to [SalesForce](https://www.salesforce.com/).
-1. Navigate to **Platform Tools/Apps** and click on **New Connected App**.
+1. Navigate to **Platform Tools/Apps/App Manager** and click on **New Connected App**.
1. Fill in the application details into the following fields:
- **Connected App Name** and **API Name**: Set to any value but consider something like `<Organization>'s GitLab`, `<Your Name>'s GitLab`, or something else that is descriptive.
@@ -64,7 +64,7 @@ To get the credentials (a pair of Client ID and Client Secret), you must registe
}
```
1. Change `SALESFORCE_CLIENT_ID` to the Consumer Key from the SalesForce connected application page.
-1. Change `SALESFORCE_CLIENT_SECRET` to the Client Secret from the SalesForce connected application page.
+1. Change `SALESFORCE_CLIENT_SECRET` to the Consumer Secret from the SalesForce connected application page.
![SalesForce App Secret Details](img/salesforce_app_secret_details.png)
1. Save the configuration file.