docs: Fixes link to luxon docs in datetime node (#12595)

This commit is contained in:
Ria Scholz
2025-01-15 09:33:54 +01:00
committed by GitHub
parent aa1f3a7d98
commit 674ba3c59a
7 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import { includeInputFields } from './common.descriptions';
export const CurrentDateDescription: INodeProperties[] = [
{
displayName:
'You can also refer to the current date in n8n expressions by using <code>{{$now}}</code> or <code>{{$today}}</code>. <a target="_blank" href="https://docs.n8n.io/code/expressions/luxon/">More info</a>',
'You can also refer to the current date in n8n expressions by using <code>{{$now}}</code> or <code>{{$today}}</code>. <a target="_blank" href="https://docs.n8n.io/code/cookbook/luxon/">More info</a>',
name: 'notice',
type: 'notice',
default: '',