Skip to content

Commit 00d8aa4

Browse files
committed
Update README.md
1 parent e9caccf commit 00d8aa4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,68 +5,68 @@
55
This repo includes bash scripts that use curl to demonstrate:
66

77
1. **Embedded Signing Ceremony.**
8-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg001EmbeddedSigning.sh)
8+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg001EmbeddedSigning.sh)
99
This example sends an envelope, and then uses an embedded signing ceremony for the first signer.
1010
With embedded signing, the DocuSign signing ceremony is initiated from your website.
1111
1. **Send an envelope with a remote (email) signer and cc recipient.**
12-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg002SigningViaEmail.sh)
12+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg002SigningViaEmail.sh)
1313
The envelope includes a pdf, Word, and HTML document.
1414
Anchor text ([AutoPlace](https://support.docusign.com/en/guides/AutoPlace-New-DocuSign-Experience)) is used to position the signing fields in the documents.
1515
1. **List envelopes in the user's account.**
16-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg003ListEnvelopes.sh)
16+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg003ListEnvelopes.sh)
1717
1. **Get an envelope's basic information.**
18-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg004EnvelopeInfo.sh)
18+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg004EnvelopeInfo.sh)
1919
The example lists the basic information about an envelope, including its overall status.
2020
1. **List an envelope's recipients**
21-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg005EnvelopeRecipients.sh)
21+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg005EnvelopeRecipients.sh)
2222
Includes current recipient status.
2323
1. **List an envelope's documents.**
24-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg006EnvelopeDocs.sh)
24+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg006EnvelopeDocs.sh)
2525
1. **Download an envelope's documents.**
26-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg007EnvelopeGetDoc.sh)
26+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg007EnvelopeGetDoc.sh)
2727
The example can download individual
2828
documents, the documents concatenated together, or a zip file of the documents.
2929
1. **Programmatically create a template.**
30-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg008CreateTemplate.sh)
30+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg008CreateTemplate.sh)
3131
1. **Send an envelope using a template.**
32-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg009UseTemplate.sh)
32+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg009UseTemplate.sh)
3333
1. **Send an envelope and upload its documents with multipart binary transfer.**
34-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg010SendBinaryDocs.sh)
34+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg010SendBinaryDocs.sh)
3535
Binary transfer is 33% more efficient than using Base64 encoding.
3636
1. **Embedded sending.**
37-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg011EmbeddedSending.sh)
37+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg011EmbeddedSending.sh)
3838
Embeds the DocuSign web tool (NDSE) in your web app to finalize or update
3939
the envelope and documents before they are sent.
4040
1. **Embedded DocuSign web tool (NDSE).**
41-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg012EmbeddedConsole.sh)
41+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg012EmbeddedConsole.sh)
4242
1. **Embedded Signing Ceremony from a template with an added document.**
43-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg013AddDocToTemplate.sh)
43+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg013AddDocToTemplate.sh)
4444
This example sends an envelope based on a template.
4545
In addition to the template's document(s), the example adds an
4646
additional document to the envelope by using the
4747
[Composite Templates](https://developers.docusign.com/esign-rest-api/guides/features/templates#composite-templates)
4848
feature.
4949
1. **Payments Example.**
50-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg014Payments.sh)
50+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg014Payments.sh)
5151
An order form, with online payment by credit card.
5252
1. **Get the envelope tab data.** (Coming Soon...)
5353
1. **Set envelope tab values.** (Coming Soon...)
5454
1. **Set template tab values.** (Coming Soon...)
5555
1. **Get the envelope custom field data (metadata).** (Coming Soon...)
5656
1. **Send an envelope with a remote (email) signer using Access Code authentication.**
57-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg019SigningViaEmailWithAccessCode.sh)
57+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg019SigningViaEmailWithAccessCode.sh)
5858
This example sends an envelope using remote (email) signing requiring the recipient to enter an access code.
5959
1. **Send an envelope with a remote (email) signer using SMS authentication.**
60-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg020SigningViaEmailWithSmsAuthentication.sh)
60+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg020SigningViaEmailWithSmsAuthentication.sh)
6161
This example sends an envelope using remote (email) signing requiring the recipient to supply a verification code sent to them via SMS.
6262
1. **Send an envelope with a remote (email) signer using Phone authentication.**
63-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg021SigningViaEmailWithPhoneAuthentication.sh)
63+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg021SigningViaEmailWithPhoneAuthentication.sh)
6464
This example sends an envelope using remote (email) signing requiring the recipient to supply a verification code sent to them via a phone call.
6565
1. **Send an envelope with a remote (email) signer using Knowledge-Based authentication.**
66-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg022SigningViaEmailWithKnoweldgeBasedAuthentication.sh)
66+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg022SigningViaEmailWithKnoweldgeBasedAuthentication.sh)
6767
This example sends an envelope using remote (email) signing requiring the recipient to validate their identity via Knowledge-Based authentication.
6868
1. **Send an envelope with a remote (email) signer using Identity Verification.**
69-
[Source.](https://github.com/docusign/eg-03-curl/blob/apiv2/examples/eg023SigningViaEmailWithIDVAuthentication.sh)
69+
[Source.](https://github.com/docusign/eg-03-curl/blob/master/examples/eg023SigningViaEmailWithIDVAuthentication.sh)
7070
This example sends an envelope using remote (email) signing requiring the recipient to validate their identity via a government issued ID.
7171

7272
## Installation
@@ -96,7 +96,7 @@ file:
9696
### Payments code example
9797
To use the payments code example, first create a test payments gatway in your account.
9898
Follow the instructions in the
99-
[PAYMENTS_INSTALLATION.md](https://github.com/docusign/eg-03-curl/blob/apiv2/PAYMENTS_INSTALLATION.md)
99+
[PAYMENTS_INSTALLATION.md](https://github.com/docusign/eg-03-curl/blob/master/PAYMENTS_INSTALLATION.md)
100100
file.
101101

102102
Then add the payment gateway id to the code example file.

0 commit comments

Comments
 (0)