mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
nit: fix frontend links for debouncing (#7045)
Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user