Skip to content

Commit d76342d

Browse files
committed
Merge branch 'master' into v4.2.2
2 parents 8fb7ee6 + 73fbe11 commit d76342d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
commented out
1616
-->
1717

18-
You can sign up for a free [developer sandbox](https://developers.docusign.com/).
18+
You can sign up for a free [developer sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16534).
1919

2020
## Requirements
2121

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
if (basePath.includes('https://demo')) {
9797
return exports.prototype.OAuth.BasePath.DEMO;
9898
}
99-
if (basePath.includes('https://docusign')) {
99+
if (basePath.includes('https://www.docusign')) {
100100
return exports.prototype.OAuth.BasePath.PRODUCTION;
101101
}
102102
};

src/RestApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const PRODUCTION_BASE_PATH = 'https://docusign.net/restapi';
1+
const PRODUCTION_BASE_PATH = 'https://www.docusign.net/restapi';
22
const DEMO_BASE_PATH = 'https://demo.docusign.net/restapi';
33
const STAGE_BASE_PATH = 'https://stage.docusign.net/restapi';
44

0 commit comments

Comments
 (0)