Skip to content

Commit 41b5cc7

Browse files
committed
fixing url
1 parent 2b40091 commit 41b5cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/esignature/embed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2>The document has been embedded with focused view.</h2>
3434

3535
<p><a href="/public/">Continue</a></p>
3636

37-
<script src='http://js.docusign.com/bundle.js'></script>
37+
<script src='https://js.docusign.com/bundle.js'></script>
3838
<script>
3939
window.DocuSign.loadDocuSign('{{ integration_key }}')
4040
.then((docusign) => {

0 commit comments

Comments
 (0)