update wiki

This commit is contained in:
2025-10-30 16:34:43 +08:00
parent 833f2d6186
commit 3bf2aefcbc
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ export class GwezzChangdunovelApi implements ICredentialType {
icon = { light: 'file:../icons/gwezz.svg', dark: 'file:../icons/gwezz.dark.svg' } as Icon; icon = { light: 'file:../icons/gwezz.svg', dark: 'file:../icons/gwezz.dark.svg' } as Icon;
documentationUrl = 'https://github.com/org/-gwezz-changdunovel?tab=readme-ov-file#credentials'; documentationUrl = 'https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-changdunovel/wiki';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {

View File

@@ -6,12 +6,12 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://github.com/org/repo?tab=readme-ov-file#credentials" "url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-changdunovel/wiki"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [
{ {
"url": "https://github.com/org/repo?tab=readme-ov-file" "url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-changdunovel/wiki"
} }
] ]
} }