Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 7bac837

Browse files
committed
url docs
1 parent c26ccb3 commit 7bac837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

credentials/CodeChatCredentialsApi.credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ export class CodeChatCredentialsApi implements ICredentialType {
3232
hint: 'Inform the url provided by your service provider',
3333
},
3434
];
35-
documentationUrl = 'https://api.codechat.dev/docs';
35+
documentationUrl = 'https://docs.codechat.dev/';
3636
}

nodes/CodeChat/CodeChat.node.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"resources": {
77
"credentialDocumentation": [
88
{
9-
"url": ""
9+
"url": "https://docs.codechat.dev/"
1010
}
1111
],
1212
"primaryDocumentation": [
1313
{
14-
"url": ""
14+
"url": "https://docs.codechat.dev/"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)