From 7aa8b2aac66b685f6013ab03aa420969f1d02ef3 Mon Sep 17 00:00:00 2001 From: Eugene McKissick Date: Wed, 16 Dec 2020 10:31:38 -0500 Subject: [PATCH] Change Salesforce Oauth Flow links to article view, so login isn't required. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f84987..d77eb45 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Authenticate using just login and password: ### OAuth Username/Password Authentication Flow -As [documented here](https://help.salesforce.com/help/doc/en/remoteaccess_oauth_username_password_flow.htm) +As [documented here](https://help.salesforce.com/articleView?id=remoteaccess_oauth_username_password_flow.htm&type=5) ForceApi api = new ForceApi(new ApiConfig() .setUsername("user@domain.com") @@ -66,7 +66,7 @@ As [documented here](https://help.salesforce.com/help/doc/en/remoteaccess_oauth_ ### OAuth Web Server Flow -As [documented here](https://help.salesforce.com/help/doc/en/remoteaccess_oauth_web_server_flow.htm) +As [documented here](https://help.salesforce.com/articleView?id=remoteaccess_oauth_web_server_flow.htm&type=5) String url = Auth.startOAuthWebServerFlow(new AuthorizationRequest() .apiConfig(new ApiConfig()