Skip to content

Commit 40793a4

Browse files
committed
DEVDOCS-12875 fix github link
1 parent 2c7c1cc commit 40793a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/connect/views/eg001_validate_webhook_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_view():
4949
title=example["ExampleName"],
5050
example=example,
5151
source_file= "eg001_validate_webhook_message.py",
52-
source_url=DS_CONFIG["monitor_github_url"] + "eg001_validate_webhook_message.py",
52+
source_url=DS_CONFIG["connect_github_url"] + "eg001_validate_webhook_message.py",
5353
documentation=DS_CONFIG["documentation"] + eg,
5454
)
5555

app/ds_config_sample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"monitor_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/monitor/examples/",
3636
"admin_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/admin/examples/",
3737
"click_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/click/examples/",
38+
"connect_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/connect/examples/",
3839
"example_manifest_url": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/CodeExamplesManifest.json",
3940
"documentation": "", # Use an empty string to indicate no documentation path.
4041
"quickstart": "{QUICKSTART_VALUE}"

0 commit comments

Comments
 (0)