mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
docs: Update links in deprecated langchain nodes to avoid linting errors (no-changelog) (#8273)
This commit is contained in:
@@ -10,7 +10,7 @@ export class GooglePalmApi implements ICredentialType {
|
||||
|
||||
displayName = 'GooglePaLMApi';
|
||||
|
||||
documentationUrl = 'googlePalm';
|
||||
documentationUrl = 'google';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ export class MistralCloudApi implements ICredentialType {
|
||||
|
||||
displayName = 'Mistral Cloud API';
|
||||
|
||||
documentationUrl = 'mistralCloud';
|
||||
documentationUrl = 'mistral';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ export class SerpApi implements ICredentialType {
|
||||
|
||||
displayName = 'SerpAPI';
|
||||
|
||||
documentationUrl = 'serpapi';
|
||||
documentationUrl = 'serp';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user