From a1e9d645ac5b9acee25b32fb9f23fd627bfba150 Mon Sep 17 00:00:00 2001 From: Deborah Date: Mon, 4 Jul 2022 09:50:30 +0100 Subject: [PATCH] Update HttpBinApi.credentials.ts Replace the docs URL. We need to be clear that the URL must point to their site. The automatic linking won't work as obviously we won't have official docs for community nodes. --- credentials/HttpBinApi.credentials.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials/HttpBinApi.credentials.ts b/credentials/HttpBinApi.credentials.ts index 805b83d..d45f6d9 100644 --- a/credentials/HttpBinApi.credentials.ts +++ b/credentials/HttpBinApi.credentials.ts @@ -8,7 +8,7 @@ import { export class HttpBinApi implements ICredentialType { name = 'httpbinApi'; displayName = 'HttpBin API'; - documentationUrl = 'httpbin'; + documentationUrl = ''; properties: INodeProperties[] = [ { displayName: 'Token',