Skip to content

Commit 71cb635

Browse files
committed
a couple more updates
1 parent c4a8d90 commit 71cb635

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Services/Examples/eSignature/SetDocumentsVisibilityService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SetDocumentsVisibilityService
1717
const CASE_FOR_INSTRUCTIONS = "ACCOUNT_LACKS_PERMISSIONS";
1818
const FIXING_INSTRUCTIONS_FOR_PERMISSIONS = "See " .
1919
"<a href=\"https://developers.docusign.com/docs/esign-rest-api/how-to/set-document-visibility\">" .
20-
"How to set document visibility for envelope recipients</a> in the DocuSign Developer Center " .
20+
"How to set document visibility for envelope recipients</a> in the Docusign Developer Center " .
2121
"for instructions on how to enable document visibility in your developer account.";
2222

2323
public static function worker(

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<body>
1818
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
19-
<a class="navbar-brand" href="https://developers.docusign.com/">DocuSign Developer</a>
19+
<a class="navbar-brand" href="https://developers.docusign.com/">Docusign Developer</a>
2020
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
2121
<span class="navbar-toggler-icon"></span>
2222
</button>

templates/esignature/quickEmbeddedSigning.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717

1818
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
19-
<a class="navbar-brand" target="_blank" href="https://developers.docusign.com">DocuSign Developer</a>
19+
<a class="navbar-brand" target="_blank" href="https://developers.docusign.com">Docusign Developer</a>
2020
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
2121
<span class="navbar-toggler-icon"></span>
2222
</button>

0 commit comments

Comments
 (0)