diff --git a/packages/nodes-base/nodes/Trello/Trello.node.ts b/packages/nodes-base/nodes/Trello/Trello.node.ts index 6b5217acc6..b95025ae8c 100644 --- a/packages/nodes-base/nodes/Trello/Trello.node.ts +++ b/packages/nodes-base/nodes/Trello/Trello.node.ts @@ -2115,7 +2115,7 @@ export class Trello implements INodeType { ], }, }, - description: 'The color for the label. See [fields](https://developers.trello.com/reference#label-object) for color options.', + description: 'The color for the label. See fields for color options.', }, // ---------------------------------- @@ -2366,7 +2366,7 @@ export class Trello implements INodeType { name: 'color', type: 'string', default: '', - description: 'The color for the label. See [fields](https://developers.trello.com/reference#label-object) for color options.', + description: 'The color for the label. See fields for color options.', } ], },