Skip to content

Commit 9f16012

Browse files
committed
Updating the link for the Token Generator
1 parent 64ac0b2 commit 9f16012

14 files changed

+14
-14
lines changed

examples/eg001EmbeddedSigning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99
# 1. Search for and update '{USER_EMAIL}' and '{USER_FULLNAME}'.
1010
# They occur and re-occur multiple times below.
1111
# 2. Obtain an OAuth access token from
12-
# https://developers.hqtest.tst/oauth-token-generator
12+
# https://developers.docusign.com/oauth-token-generator
1313
access_token='{ACCESS_TOKEN}'
1414
# 3. Obtain your accountId from demo.docusign.com -- the account id is shown in
1515
# the drop down on the upper right corner of the screen by your picture or

examples/eg002SigningViaEmail.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ base_path="https://demo.docusign.net/restapi"
1010
# 1. Search for and update '{USER_EMAIL}' and '{USER_FULLNAME}'.
1111
# They occur and re-occur multiple times below.
1212
# 2. Obtain an OAuth access token from
13-
# https://developers.hqtest.tst/oauth-token-generator
13+
# https://developers.docusign.com/oauth-token-generator
1414
access_token='{ACCESS_TOKEN}'
1515
# 3. Obtain your accountId from demo.docusign.com -- the account id is shown in
1616
# the drop down on the upper right corner of the screen by your picture or

examples/eg003ListEnvelopes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ base_path="https://demo.docusign.net/restapi"
99

1010
# Configuration
1111
# 1. Obtain an OAuth access token from
12-
# https://developers.hqtest.tst/oauth-token-generator
12+
# https://developers.docusign.com/oauth-token-generator
1313
access_token='{ACCESS_TOKEN}'
1414
# 2. Obtain your accountId from demo.docusign.com -- the account id is shown in
1515
# the drop down on the upper right corner of the screen by your picture or

examples/eg004EnvelopeInfo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Configuration
77
# 1. Obtain an OAuth access token from
8-
# https://developers.hqtest.tst/oauth-token-generator
8+
# https://developers.docusign.com/oauth-token-generator
99
access_token='{ACCESS_TOKEN}'
1010
# 2. Obtain your accountId from demo.docusign.com -- the account id is shown in
1111
# the drop down on the upper right corner of the screen by your picture or

examples/eg005EnvelopeRecipients.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Configuration
77
# 1. Obtain an OAuth access token from
8-
# https://developers.hqtest.tst/oauth-token-generator
8+
# https://developers.docusign.com/oauth-token-generator
99
access_token='{ACCESS_TOKEN}'
1010
# 2. Obtain your accountId from demo.docusign.com -- the account id is shown in
1111
# the drop down on the upper right corner of the screen by your picture or

examples/eg006EnvelopeDocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Configuration
77
# 1. Obtain an OAuth access token from
8-
# https://developers.hqtest.tst/oauth-token-generator
8+
# https://developers.docusign.com/oauth-token-generator
99
access_token='{ACCESS_TOKEN}'
1010
# 2. Obtain your accountId from demo.docusign.com -- the account id is shown in
1111
# the drop down on the upper right corner of the screen by your picture or

examples/eg007EnvelopeGetDoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Configuration
77
# 1. Obtain an OAuth access token from
8-
# https://developers.hqtest.tst/oauth-token-generator
8+
# https://developers.docusign.com/oauth-token-generator
99
access_token='{ACCESS_TOKEN}'
1010
# 2. Obtain your accountId from demo.docusign.com -- the account id is shown in
1111
# the drop down on the upper right corner of the screen by your picture or

examples/eg008CreateTemplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Configuration
66
# 1. Obtain an OAuth access token from
7-
# https://developers.hqtest.tst/oauth-token-generator
7+
# https://developers.docusign.com/oauth-token-generator
88
access_token='{ACCESS_TOKEN}'
99
# 2. Obtain your accountId from demo.docusign.com -- the account id is shown in
1010
# the drop down on the upper right corner of the screen by your picture or

examples/eg009UseTemplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 1. Search for and update '{USER_EMAIL}' and '{USER_FULLNAME}'.
55
# They occur and re-occur multiple times below.
66
# 2. Obtain an OAuth access token from
7-
# https://developers.hqtest.tst/oauth-token-generator
7+
# https://developers.docusign.com/oauth-token-generator
88
access_token='{ACCESS_TOKEN}'
99
# 3. Obtain your accountId from demo.docusign.com -- the account id is shown in
1010
# the drop down on the upper right corner of the screen by your picture or

examples/eg010SendBinaryDocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 1. Search for and update '{USER_EMAIL}' and '{USER_FULLNAME}'.
55
# They occur and re-occur multiple times below.
66
# 2. Obtain an OAuth access token from
7-
# https://developers.hqtest.tst/oauth-token-generator
7+
# https://developers.docusign.com/oauth-token-generator
88
access_token='{ACCESS_TOKEN}'
99
# 3. Obtain your accountId from demo.docusign.com -- the account id is shown in
1010
# the drop down on the upper right corner of the screen by your picture or

0 commit comments

Comments
 (0)