Skip to content

Commit

Permalink
docs: Update documentation url for n8n credentials (no-changelog) (#5008
Browse files Browse the repository at this point in the history
)

Update N8nApi.credentials.ts

Fix documentionUrl to point to the right location.
  • Loading branch information
bionemesis authored Dec 22, 2022
1 parent bd0c2af commit 67da2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/credentials/N8nApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class N8nApi implements ICredentialType {

displayName = 'n8n API';

documentationUrl = 'n8nApi';
documentationUrl = 'https://docs.n8n.io/api/authentication/';

properties: INodeProperties[] = [
{
Expand Down

0 comments on commit 67da2d0

Please sign in to comment.