docs: update credential doc links for google nodes (#4381)

This commit is contained in:
Deborah
2022-10-20 16:52:03 +01:00
committed by GitHub
parent 61b9909ac3
commit ef1198324d
44 changed files with 44 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ export class GoogleOAuth2Api implements ICredentialType {
name = 'googleOAuth2Api';
extends = ['oAuth2Api'];
displayName = 'Google OAuth2 API';
documentationUrl = 'google';
documentationUrl = 'google/oauth-generic/';
icon = 'file:Google.svg';
properties: INodeProperties[] = [
{