From 65103a6c29efe72d9feb9dbb4936d34487aab240 Mon Sep 17 00:00:00 2001 From: DJP Date: Wed, 24 Jan 2024 15:52:14 -0500 Subject: [PATCH] Add URL to luxon text --- src/columns/format-date.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/columns/format-date.ts b/src/columns/format-date.ts index 16f223ba..417c1c8d 100644 --- a/src/columns/format-date.ts +++ b/src/columns/format-date.ts @@ -4,7 +4,7 @@ import { DateTime } from "luxon"; export default glide .columnNamed("Format Date") - .withDescription(`Powerful date & time formatting with luxon.`) + .withDescription(`Powerful date and time formatting with [luxon](https://moment.github.io/luxon/#/formatting?id=table-of-tokens).`) .withReleased("direct") .withCategory("Date & Time") .withAuthor("luxon", "https://moment.github.io/luxon")