docs: Update docs links for data transformation functions and ifEmpty (#7758)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Deborah
2023-11-20 13:40:28 +00:00
committed by GitHub
parent 8d12c1ad8d
commit ad04986ce7
6 changed files with 67 additions and 112 deletions

View File

@@ -66,7 +66,7 @@ ifEmpty.doc = {
{ name: 'value', type: 'any' },
{ name: 'defaultValue', type: 'any' },
],
docURL: 'https://docs.n8n.io/code-examples/expressions/data-transformation-functions/#if-empty',
docURL: 'https://docs.n8n.io/code/builtin/convenience',
};
export const extendedFunctions = {