Skip to content

Commit 10abf28

Browse files
authored
Moving cron post to docs (windmill-labs#148)
* Moving cron post to docs * Bug to fix * More fixes
1 parent bc0e4a5 commit 10abf28

27 files changed

+22
-69
lines changed

docs/core_concepts/5_schedules/index.md

Lines changed: 0 additions & 48 deletions
This file was deleted.
-201 KB
Binary file not shown.
Binary file not shown.
-181 KB
Binary file not shown.

docs/core_concepts/6_trigger_flows/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Triggering Flows
22

3-
There are two ways to trigger a Windmill Flow: by direct triggers or by [Schedules](../5_schedules/index.md). Direct triggering can
3+
There are two ways to trigger a Windmill Flow: by direct triggers or by [Schedules](../../getting_started/8_scheduling_scripts_flows/index.md). Direct triggering can
44
be done through the Windmill UI or the [Webhook](../4_webhooks/index.md) of the
55
Flow.
66

docs/flows/10_flow_trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ By default, adding a trigger will set the schedule to 15 minutes.
55

66
:::tip
77

8-
Check an example on how to schedule flows [here](https://www.windmill.dev/blog/cron-job-schedules).
8+
Check an example on how to schedule flows [here](../getting_started/8_scheduling_scripts_flows/index.md).
99

1010
:::
1111

docs/flows/3_flow_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A CRON expression is used to define the schedule. Schedules can also be disabled
2626

2727
:::tip
2828

29-
Have more details on how to schedule automatic flows [here](https://www.windmill.dev/blog/cron-job-schedules).
29+
Have more details on how to schedule automatic flows [here](../getting_started/8_scheduling_scripts_flows/index.md).
3030

3131
:::
3232

docs/getting_started/0_scripts_quickstart/1_typescript_quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ in a real-world use case:
173173
to a script.
174174
- Connect to [resources](../../../core_concepts/3_resources_and_types/index.md).
175175
- Run scripts or flows on a
176-
[schedule](../../../core_concepts/5_schedules/index.md).
176+
[schedule](../../../getting_started/8_scheduling_scripts_flows/index.md).
177177
- Compose scripts in [Flows][flows].
178178
- You can [share your scripts](https://docs.windmill.dev/docs/misc/share_on_hub/) with the community on [Windmill Hub][wm-hub]. Once
179179
submitted, they will be verified by moderators before becoming available to

docs/getting_started/0_scripts_quickstart/2_python_quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ in a real-world use case:
177177
to a script.
178178
- Connect to [resources](../../../core_concepts/3_resources_and_types/index.md).
179179
- Run scripts or flows on a
180-
[schedule](../../../core_concepts/5_schedules/index.md).
180+
[schedule](../../../getting_started/8_scheduling_scripts_flows/index.md).
181181
- Compose scripts in [Flows][flows].
182182
- You can [share your scripts](https://docs.windmill.dev/docs/misc/share_on_hub/) with the community on [Windmill Hub][wm-hub]. Once
183183
submitted, they will be verified by moderators before becoming available to

docs/getting_started/0_scripts_quickstart/3_go_quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ in a real-world use case:
161161
to a script.
162162
- Connect to [resources](../../../core_concepts/3_resources_and_types/index.md).
163163
- Run scripts or flows on a
164-
[schedule](../../../core_concepts/5_schedules/index.md).
164+
[schedule](../../../getting_started/8_scheduling_scripts_flows/index.md).
165165
- Compose scripts in [Flows][flows].
166166
- You can share your scripts with the community on [Windmill Hub][wm-hub]. Once
167167
submitted, they will be verified by moderators before becoming available to

0 commit comments

Comments
 (0)