mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
Fix dead links (#4847)
This commit is contained in:
@@ -325,7 +325,7 @@
|
||||
<div class="text-secondary pb-4 text-xs"
|
||||
>Setting SMTP unlocks sending emails upon adding new users to the workspace or the
|
||||
instance or sending critical alerts.
|
||||
<a target="_blank" href="https://www.windmill.dev/docs/misc/setup_smtp">Learn more</a
|
||||
<a target="_blank" href="https://www.windmill.dev/docs/advanced/instance_settings#smtp">Learn more</a
|
||||
></div
|
||||
>
|
||||
{:else if category == "Indexer/Search"}
|
||||
|
||||
@@ -648,7 +648,7 @@
|
||||
<Tab value="triggers">
|
||||
Triggers
|
||||
<Tooltip
|
||||
documentationLink="https://www.windmill.dev/docs/getting_started/trigger_scripts"
|
||||
documentationLink="https://www.windmill.dev/docs/getting_started/triggers"
|
||||
>
|
||||
Configure how this script will be triggered.
|
||||
</Tooltip>
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
By default, adding a trigger will set the schedule to 15 minutes. To see all ways to trigger
|
||||
a flow, check
|
||||
<a
|
||||
href="https://www.windmill.dev/docs/getting_started/trigger_flows"
|
||||
href="https://www.windmill.dev/docs/getting_started/triggers"
|
||||
target="_blank"
|
||||
class="text-blue-400">Triggering Flows</a
|
||||
>.
|
||||
|
||||
@@ -22,7 +22,7 @@ const changelogs: Changelog[] = [
|
||||
},
|
||||
{
|
||||
label: 'Critical alert channels',
|
||||
href: 'https://www.windmill.dev/changelog/critical-alert-channels',
|
||||
href: 'https://www.windmill.dev/changelog/critical-alerts',
|
||||
date: '2024-09-01'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user