nit: fix frontend links for debouncing (#7045)

Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
Pyra
2025-11-04 16:29:41 +01:00
committed by GitHub
parent f6898ed20d
commit e46916a1d8
2 changed files with 2 additions and 2 deletions
@@ -1372,7 +1372,7 @@
{#snippet header()}
<Tooltip
documentationLink="https://www.windmill.dev/docs/core_concepts/debouncing"
documentationLink="https://www.windmill.dev/docs/core_concepts/job_debouncing"
>
Debounce Jobs
</Tooltip>
@@ -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}