Skip to content

Commit 546f591

Browse files
committed
Fix Jumbotron reference to node and missed eg-03 links
1 parent 7b5f712 commit 546f591

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

config/documentOptions.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,49 @@
22
{
33
"langCode": "csharp",
44
"name": "C#",
5-
"githubExampleUrl": "https://github.com/docusign/eg-03-csharp-auth-code-grant-core/tree/master/eg-03-csharp-auth-code-grant-core/Controllers/",
5+
"githubExampleUrl": "https://github.com/docusign/code-examples-csharp-core/tree/master/code-examples-csharp-core/Controllers/",
66
"owner": "docusign",
7-
"repo": "eg-03-csharp-auth-code-grant-core",
8-
"pathPrefix": "eg-03-csharp-auth-code-grant-core/Controllers/"
7+
"repo": "code-examples-csharp-core",
8+
"pathPrefix": "code-examples-csharp-core/Controllers/"
99
},
1010
{
1111
"langCode": "php",
1212
"name": "PHP",
13-
"githubExampleUrl": "https://github.com/docusign/eg-03-php-auth-code-grant/blob/master/src/",
13+
"githubExampleUrl": "https://github.com/docusign/code-examples-php/blob/master/src/",
1414
"owner": "docusign",
15-
"repo": "eg-03-php-auth-code-grant",
15+
"repo": "code-examples-php",
1616
"pathPrefix": "src/"
1717
},
1818
{
1919
"langCode": "java",
2020
"name": "Java",
21-
"githubExampleUrl": "https://github.com/docusign/eg-03-java-auth-code-grant/tree/master/src/main/java/com/docusign/controller/examples/",
21+
"githubExampleUrl": "https://github.com/docusign/code-examples-java/tree/master/src/main/java/com/docusign/controller/examples/",
2222
"owner": "docusign",
23-
"repo": "eg-03-java-auth-code-grant",
23+
"repo": "code-examples-java",
2424
"pathPrefix": "src/main/java/com/docusign/controller/examples/"
2525
},
2626
{
2727
"langCode": "node",
2828
"name": "Node.js",
29-
"githubExampleUrl": "https://github.com/docusign/eg-03-node-auth-code-grant/tree/master/lib/examples/",
29+
"githubExampleUrl": "https://github.com/docusign/code-examples-node/tree/master/lib/examples/",
3030
"owner": "docusign",
31-
"repo": "eg-03-node-auth-code-grant",
31+
"repo": "code-examples-node",
3232
"pathPrefix": "lib/examples/"
3333
},
3434
{
35-
"langCode": "curl",
36-
"name": "API / curl",
37-
"githubExampleUrl": "https://github.com/docusign/eg-03-curl/tree/master/examples/",
35+
"langCode": "bash",
36+
"name": "API / bash",
37+
"githubExampleUrl": "https://github.com/docusign/code-examples-bash/tree/master/examples/",
3838
"owner": "docusign",
39-
"repo": "eg-03-curl",
39+
"repo": "code-examples-bash",
4040
"pathPrefix": "examples/"
4141
},
4242
{
4343
"langCode": "python",
4444
"name": "Python",
45-
"githubExampleUrl": "https://github.com/docusign/eg-03-python-auth-code-grant/tree/master/app/",
45+
"githubExampleUrl": "https://github.com/docusign/code-examples-python/tree/master/app/",
4646
"owner": "docusign",
47-
"repo": "eg-03-python-auth-code-grant",
47+
"repo": "code-examples-python",
4848
"pathPrefix": "app/"
4949
}
5050
]

views/pages/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p class="Xlead">Welcome to the DocuSign code examples with
99
OAuth Authorization Code Grant and JWT.</p>
1010
<% } else { %>
11-
<p class="Xlead">>Welcome to the DocuSign Python examples using multiple OAuth flows (JWT and Authorization Code Grant).</p>
11+
<p class="Xlead">>Welcome to the DocuSign Node examples using multiple OAuth flows (JWT and Authorization Code Grant).</p>
1212
<% } %>
1313
</div>
1414
<% } %>

0 commit comments

Comments
 (0)