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

@@ -3,7 +3,7 @@ import { ICredentialType, INodeProperties } from 'n8n-workflow';
export class GoogleApi implements ICredentialType {
name = 'googleApi';
displayName = 'Google API';
documentationUrl = 'google';
documentationUrl = 'google/service-account';
icon = 'file:Google.svg';
properties: INodeProperties[] = [
{