mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
docs: Fix OpenAI credential docs url (no-changelog) (#5006)
This commit is contained in:
parent
365ffec3b2
commit
75a974987d
|
@ -10,7 +10,7 @@ export class OpenAiApi implements ICredentialType {
|
|||
|
||||
displayName = 'OpenAi';
|
||||
|
||||
documentationUrl = 'openAiApi';
|
||||
documentationUrl = 'openAi';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue