fix: Fix broken links in nodes (#3716)

This commit is contained in:
Mutasem Aldmour
2022-07-14 22:05:11 +02:00
committed by GitHub
parent 56a7ad4070
commit c9b7b6d30f
398 changed files with 1637 additions and 1637 deletions

View File

@@ -81,7 +81,7 @@ export const caseFields: INodeProperties[] = [
{
displayName: 'Connector Name or ID',
name: 'connectorId',
description: 'Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>.',
description: 'Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
type: 'options',
required: true,
default: '',
@@ -513,7 +513,7 @@ export const caseFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
description: 'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
description: 'Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
default: [],
typeOptions: {
loadOptionsMethod: 'getTags',

View File

@@ -58,7 +58,7 @@ export const caseTagFields: INodeProperties[] = [
displayName: 'Tag Name or ID',
name: 'tag',
type: 'options',
description: 'Tag to attach to the case. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>.',
description: 'Tag to attach to the case. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
required: true,
default: '',
typeOptions: {
@@ -100,7 +100,7 @@ export const caseTagFields: INodeProperties[] = [
displayName: 'Tag Name or ID',
name: 'tag',
type: 'options',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
required: true,
default: '',
typeOptions: {