From e46916a1d8d6e53708dfd40ae00ba45326af0334 Mon Sep 17 00:00:00 2001 From: Pyra <92104930+pyranota@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:29:41 +0100 Subject: [PATCH] nit: fix frontend links for debouncing (#7045) Signed-off-by: pyranota --- frontend/src/lib/components/ScriptBuilder.svelte | 2 +- frontend/src/lib/components/flows/DebounceLimit.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/ScriptBuilder.svelte b/frontend/src/lib/components/ScriptBuilder.svelte index c0e0a4b279..a34fcd388a 100644 --- a/frontend/src/lib/components/ScriptBuilder.svelte +++ b/frontend/src/lib/components/ScriptBuilder.svelte @@ -1372,7 +1372,7 @@ {#snippet header()} Debounce Jobs diff --git a/frontend/src/lib/components/flows/DebounceLimit.svelte b/frontend/src/lib/components/flows/DebounceLimit.svelte index c35a8981d8..b7467663cb 100644 --- a/frontend/src/lib/components/flows/DebounceLimit.svelte +++ b/frontend/src/lib/components/flows/DebounceLimit.svelte @@ -41,7 +41,7 @@ options={{ right: 'Debouncing', rightTooltip: 'Consolidate multiple executions into a single run within a time window', - rightDocumentationLink: 'https://www.windmill.dev/docs/core_concepts/debouncing' + rightDocumentationLink: 'https://www.windmill.dev/docs/core_concepts/job_debouncing' }} class="py-1" eeOnly={true}