File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}"
You can’t perform that action at this time.
0 commit comments