Skip to content

Commit b131f5a

Browse files
authored
Merge pull request #170 from docusign/fixing-focused-view-source-link
DEVDOCS-14148 Fixing focused view source link
2 parents e2a9d39 + f20a886 commit b131f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/eSignature/controllers/eg044FocusedView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ eg044FocusedView.getController = async (req, res) => {
102102
csrfToken: req.csrfToken(),
103103
example: example,
104104
sourceFile: path.basename(__filename),
105-
sourceUrl: "https://github.com/docusign/code-examples-node/blob/master/embeddedSigning.js",
105+
sourceUrl: "https://github.com/docusign/code-examples-node/blob/master/lib/eSignature/examples/focusedView.js",
106106
documentation: dsConfig.documentation + eg,
107107
showDoc: dsConfig.documentation,
108108
});

0 commit comments

Comments
 (0)