Skip to content

Commit ca66ca0

Browse files
authored
Merge pull request #4 from docusign/fix_broken_links
Fix broken links to the source files on GitHub
2 parents e9b1639 + a76a2e6 commit ca66ca0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/ds_config_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gateway_account_id": "{DS_PAYMENT_GATEWAY_ID}",
2424
"gateway_name": "stripe",
2525
"gateway_display_name": "Stripe",
26-
"github_example_url": "https://github.com/docusign/code-examples-python/tree/master/app/",
26+
"github_example_url": "https://github.com/docusign/code-examples-python/tree/master/app/eSignature/examples/",
2727
"documentation": "", # Use an empty string to indicate no documentation path.
2828
"quickstart": "false"
2929
}

app/eg001_embedded_signing/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_view():
4545
"eg001_embedded_signing.html",
4646
title="Embedded Signing Ceremony",
4747
source_file=path.basename(path.dirname(__file__)) + "/controller.py",
48-
source_url=DS_CONFIG["github_example_url"] + path.basename(path.dirname(__file__)) + "/controller.py",
48+
source_url="https://github.com/docusign/code-examples-python/tree/master/app/" + path.basename(path.dirname(__file__)) + "/controller.py",
4949
documentation=DS_CONFIG["documentation"] + eg,
5050
show_doc=DS_CONFIG["documentation"],
5151
signer_name=DS_CONFIG["signer_name"],

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ certifi==2019.9.11
33
cffi==1.13.2
44
chardet==3.0.4
55
Click==7.0
6-
cryptography==2.8
6+
cryptography==3.2
77
docusign-esign==3.6.0
88
docusign-rooms==1.0.0b1
99
Flask==1.1.1

0 commit comments

Comments
 (0)