Skip to content

Commit

Permalink
DEVDOCS-12874 fix GitHub url
Browse files Browse the repository at this point in the history
  • Loading branch information
meihDS committed Nov 29, 2023
1 parent 158658b commit 3782591
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
@Html.Raw(
@String.Format(
ViewBag.SupportingTexts.ViewSourceFile,
"<a target='_blank' href=" + @ViewBag.source + ">HmacSha256Encrypts.cs</a>"
"<a target='_blank' href=" + @ViewBag.source + ">HMACValidation.cs</a>"
)
)
</p>

<p>
<b>Prerequisites:</b> See <a href="https://developers.docusign.com/platform/webhooks/connect/validate/">How to validate a webhook message using HMAC</a>.
<b>Prerequisites:</b> See <a href="https://developers.docusign.com/platform/webhooks/connect/validate/">How to validate an HMAC signature</a>.
</p>

<form class="eg" action="" method="post" data-busy="form">
Expand Down

0 comments on commit 3782591

Please sign in to comment.