From 083857ea1dbd023db6701f488837448c45ca7f9b Mon Sep 17 00:00:00 2001 From: Rishi Patel Date: Sun, 3 Dec 2023 23:59:32 +0530 Subject: [PATCH] Update links for the cron syntax - #7209 --- .../function-[function]/settings/updateSchedule.svelte | 2 +- .../console/project-[project]/functions/wizard/step4.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/console/project-[project]/functions/function-[function]/settings/updateSchedule.svelte b/src/routes/console/project-[project]/functions/function-[function]/settings/updateSchedule.svelte index a347cf5093..514a76722d 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/settings/updateSchedule.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/settings/updateSchedule.svelte @@ -58,7 +58,7 @@ Schedule

Set a Cron schedule to trigger your function. Leave blank for no schedule. diff --git a/src/routes/console/project-[project]/functions/wizard/step4.svelte b/src/routes/console/project-[project]/functions/wizard/step4.svelte index 3658133242..4d889bdaa9 100644 --- a/src/routes/console/project-[project]/functions/wizard/step4.svelte +++ b/src/routes/console/project-[project]/functions/wizard/step4.svelte @@ -8,7 +8,7 @@ Schedule Set a Cron schedule to trigger your function. Leave blank for no schedule. More details on Cron syntax here