Skip to content

Commit 3811023

Browse files
authored
Update README.MD
1 parent 3b871d3 commit 3811023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ MySure demonstrates the following:
1313
* The document, based on an HTML template, is combined with Docusign AutoPlace and attachment features.
1414
* The signing ceremony is implemented with embedded signing for a single signer.
1515
* The DocuSign signing ceremony is initiated from your website.
16-
* Anchor text ([AutoPlace](https://support.docusign.com/en/guides/AutoPlace-New-DocuSign-Experience)) is used to position the signing fields in the document.
17-
* [Adding attachments](https://support.docusign.com/en/guides/signer-guide-signing-adding-attachments-new) enables users to add additional information to the document.
16+
* Anchor text ([AutoPlace](https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/)) is used to position the signing fields in the document.
17+
* [Adding attachments](https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/documents/attachments/) enables users to add additional information to the document.
1818
3. **Renew an insurance policy.** [Source](./app/api/clickwrap.py)
1919
This example shows how to use the Click API to create a clickwrap programmatically, render it in your UI, and and then submit it. It also tracks the submission event and, just after submission, redirects the user to the final page.
2020
* [More information about Click API](https://developers.docusign.com/docs/click-api)
@@ -65,7 +65,7 @@ MySure demonstrates the following:
6565
> **Note:** Protect your integration key and client secret. You should make sure that the **.env** file will not be stored in your source code repository.
6666
6. Navigate to [the admin demo Apps and Keys page](https://admindemo.docusign.com/authenticate?goTo=appsAndKeys), add the Redirect URI http://localhost:3000/callback and then hit save
6767

68-
> **Note:** You should add a dynamic content properties to your clickwrap by following this [instruction](https://developers.docusign.com/docs/click-api/click101/customize-clickwrap-fields/) before using it in the sample app.
68+
> **Note:** You should add a dynamic content properties to your clickwrap by following this [instruction](https://developers.docusign.com/docs/click-api/click101/customize-elastic-template-fields/) before using it in the sample app.
6969
7070
**Using installation scripts**
7171

0 commit comments

Comments
 (0)