diff --git a/credentials/GwezzChangdunovelApi.credentials.ts b/credentials/GwezzChangdunovelApi.credentials.ts index a9b886c..b497216 100644 --- a/credentials/GwezzChangdunovelApi.credentials.ts +++ b/credentials/GwezzChangdunovelApi.credentials.ts @@ -7,7 +7,7 @@ export class GwezzChangdunovelApi implements ICredentialType { 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[] = [ { diff --git a/nodes/GwezzChangdunovel/GwezzChangdunovel.node.json b/nodes/GwezzChangdunovel/GwezzChangdunovel.node.json index e98c31f..6123936 100644 --- a/nodes/GwezzChangdunovel/GwezzChangdunovel.node.json +++ b/nodes/GwezzChangdunovel/GwezzChangdunovel.node.json @@ -6,12 +6,12 @@ "resources": { "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": [ { - "url": "https://github.com/org/repo?tab=readme-ov-file" + "url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-changdunovel/wiki" } ] }