From 6883edbeb705e7924cfd8ce76da2545fbf89f841 Mon Sep 17 00:00:00 2001 From: sshelgwezz Date: Thu, 30 Oct 2025 16:33:38 +0800 Subject: [PATCH] update wiki --- credentials/GwezzOceanengineOAuth2Api.credentials.ts | 2 +- nodes/GwezzOceanengine/GwezzOceanengine.node.json | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/credentials/GwezzOceanengineOAuth2Api.credentials.ts b/credentials/GwezzOceanengineOAuth2Api.credentials.ts index a8c3eba..63f4cbc 100644 --- a/credentials/GwezzOceanengineOAuth2Api.credentials.ts +++ b/credentials/GwezzOceanengineOAuth2Api.credentials.ts @@ -9,7 +9,7 @@ export class GwezzOceanengineOAuth2Api implements ICredentialType { icon = { light: 'file:../icons/gwezz.svg', dark: 'file:../icons/gwezz.dark.svg' } as Icon; - documentationUrl = 'https://github.com/org/-gwezz-oceanengine?tab=readme-ov-file#credentials'; + documentationUrl = 'https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine/wiki'; properties: INodeProperties[] = [ { diff --git a/nodes/GwezzOceanengine/GwezzOceanengine.node.json b/nodes/GwezzOceanengine/GwezzOceanengine.node.json index 41cf8fd..aec1777 100644 --- a/nodes/GwezzOceanengine/GwezzOceanengine.node.json +++ b/nodes/GwezzOceanengine/GwezzOceanengine.node.json @@ -2,17 +2,20 @@ "node": "n8n-nodes-gwezz-oceanengine", "nodeVersion": "1.0", "codexVersion": "1.0", - "categories": ["Development", "Developer Tools"], + "categories": [ + "Development", + "Developer Tools" + ], "resources": { "credentialDocumentation": [ { - "url": "https://github.com/org/repo?tab=readme-ov-file#credentials" + "url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine/wiki" } ], "primaryDocumentation": [ { - "url": "https://github.com/org/repo?tab=readme-ov-file" + "url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine/wiki" } ] } -} +} \ No newline at end of file