Skip to content

Commit bbc7c59

Browse files
committed
corrected manifest url keys
1 parent b16172e commit bbc7c59

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/ds_config_sample.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"monitor_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/monitor/examples/",
3535
"admin_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/admin/examples/",
3636
"click_github_url": "https://github.com/docusign/code-examples-python/tree/master/app/click/examples/",
37-
"eSignManifestUrl": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/eSignatureManifest.json",
38-
"clickManifestUrl": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/ClickManifest.json",
39-
"roomsManifestUrl": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/RoomsManifest.json",
40-
"adminManifestUrl": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/AdminManifest.json",
41-
"monitorManifestUrl": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/MonitorManifest.json",
37+
"esign_manifest_url": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/eSignatureManifest.json",
38+
"click_manifest_url": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/ClickManifest.json",
39+
"rooms_manifest_url": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/RoomsManifest.json",
40+
"admin_manifest_url": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/AdminManifest.json",
41+
"monitor_manifest_url": "https://raw.githubusercontent.com/docusign/code-examples-csharp/master/manifest/MonitorManifest.json",
4242
"documentation": "", # Use an empty string to indicate no documentation path.
4343
"quickstart": "{QUICKSTART_VALUE}"
4444
}

0 commit comments

Comments
 (0)