docs: Update links in deprecated langchain nodes to avoid linting errors (no-changelog) (#8273)

This commit is contained in:
Deborah
2024-01-09 13:50:00 +00:00
committed by GitHub
parent 0dabe5c74e
commit 90404a4b88
13 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ export class GooglePalmApi implements ICredentialType {
displayName = 'GooglePaLMApi';
documentationUrl = 'googlePalm';
documentationUrl = 'google';
properties: INodeProperties[] = [
{

View File

@@ -10,7 +10,7 @@ export class MistralCloudApi implements ICredentialType {
displayName = 'Mistral Cloud API';
documentationUrl = 'mistralCloud';
documentationUrl = 'mistral';
properties: INodeProperties[] = [
{

View File

@@ -10,7 +10,7 @@ export class SerpApi implements ICredentialType {
displayName = 'SerpAPI';
documentationUrl = 'serpapi';
documentationUrl = 'serp';
properties: INodeProperties[] = [
{