mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
docs: Update documentation url for n8n credentials (no-changelog) (#5008)
Update N8nApi.credentials.ts Fix documentionUrl to point to the right location.
This commit is contained in:
parent
bd0c2afaac
commit
67da2d0c72
|
@ -10,7 +10,7 @@ export class N8nApi implements ICredentialType {
|
|||
|
||||
displayName = 'n8n API';
|
||||
|
||||
documentationUrl = 'n8nApi';
|
||||
documentationUrl = 'https://docs.n8n.io/api/authentication/';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue