Skip to content

Commit 0a97570

Browse files
authored
Merge pull request #139 from docusign/DEVDOCS-13204-py-removeLinkToHowTo
removed LinkToHowTo, added prereq link html
2 parents ddbf28e + ecd1b74 commit 0a97570

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

app/templates/connect/eg001_validate_webhook_message.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
{% include 'example_info.html' %}
1010

11+
<p>
12+
Prerequisite: See <a target='_blank' href="https://developers.docusign.com/platform/webhooks/connect/validate/">How to validate an HMAC signature</a>.
13+
</p>
14+
1115
{% set form_index = 0 %}
1216
{% set secret_index = 0 %}
1317
{% set payload_index = 1 %}

app/templates/example_info.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ <h4>{{ title }}</h4>
2121
{% endfor %}
2222
{% endif %}
2323

24-
{% if example["LinkToHowTo"] | length > 0%}
25-
<p>
26-
Prerequisite: See <a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a>.
27-
</p>
28-
{% endif %}
29-
3024
<p>
3125
View source file <a target="_blank" href="{{ source_url | safe }}">{{ source_file }}</a> on GitHub.
3226
</p>

0 commit comments

Comments
 (0)