Skip to content

Commit 562742b

Browse files
committed
Broken links fixed
1 parent 696e852 commit 562742b

File tree

1 file changed

+6
-6
lines changed
  • docs/getting_started/6_flows_quickstart

1 file changed

+6
-6
lines changed

docs/getting_started/6_flows_quickstart/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Also, you can give succintly a Name, a Summary and a Description to your flow. T
2828

2929
Then, you will configure the **[Schedule](../../core_concepts/1_scheduling/index.md)**. Flows can be [triggered](../9_trigger_flows/index.md) by any schedules, their [webhooks](../../core_concepts/4_webhooks/index.md) or their UI but they only have only one primary schedule with which they share the same path. This menu is where you set the primary schedule with CRON. The default schedule is none.
3030

31-
**[Shared Directory](../../flows/flow_settings#shared-directory)**:
31+
**[Shared Directory](../../flows/1_flow_editor.md#shared-directory)**:
3232

3333
Flows on Windmill are by default based on a result basis. A step will take as inputs the results of previous steps. And this works fine for lightweight automation.
3434

@@ -41,7 +41,7 @@ You can always go back to this menu by clicking on `Settings` on the top lef, or
4141
The proper flow editor is the side menu on the left. From there you can architecture your flow and take action at each step.
4242
![Flow editor menu](./flow_editor_menu.png)
4343

44-
There are four kinds of scripts: [Action](../../flows/flow_action), [Trigger](../../flows/10_flow_trigger.md), [Approval](../../flows/11_flow_approval.md) and [Error handler](../../flows/7_flow_error_handler.md). You can sequence them how you want.
44+
There are four kinds of scripts: [Action](../../flows/1_flow_editor.md#flow-actions), [Trigger](../../flows/10_flow_trigger.md), [Approval](../../flows/11_flow_approval.md) and [Error handler](../../flows/7_flow_error_handler.md). You can sequence them how you want.
4545

4646
Each script can be called from Workspace or Hub, you can also decide to **write them inline**.
4747

@@ -70,21 +70,21 @@ But the Flow editor is not just for sequence of steps, but also for more complex
7070

7171
### For loops
7272

73-
**[For loops](../../flows//flow_loops)** are a special type of steps that allows you to iterate over a list of items, given by an iterator expression.
73+
**[For loops](../../flows/12_flow_loops.md)** are a special type of steps that allows you to iterate over a list of items, given by an iterator expression.
7474

7575
![Flows for loops](./for_loops.png)
7676

7777
### Branching
7878

79-
**[Branches](../../flows/flow_branches)** allow you to build branching logic to create and manage complex workflows. There are two of them:
79+
**[Branches](../../flows/13_flow_branches.md)** allow you to build branching logic to create and manage complex workflows. There are two of them:
8080
- **branch one**: allows you to execute a branch if a condition is true
8181
- **branch all**: allows you to execute all the branches in parallel, as if each branch is a flow.
8282

8383

8484

8585
### Suspend/Approval Step
8686

87-
At each step you can add **[approval scripts](../../flows/flow_approval)** to manage security and control over your flows.
87+
At each step you can add **[approval scripts](../../flows/11_flow_approval.md)** to manage security and control over your flows.
8888

8989
Request approvals can be sent by email, Slack, anything. Then you can **automatically resume workflows with secret webhooks** after the approval steps.
9090

@@ -124,7 +124,7 @@ We saw above that you can trigger flows using **[schedules](../../core_concepts/
124124

125125
**[Webhooks](../../core_concepts/4_webhooks/index.md)**. Each Flow created in the app gets autogenerated webhooks. You can see them once you flow is saved.
126126

127-
**[Execute flows from the CLI](../../advanced/cli/)** to trigger your flows from your terminal.
127+
**[Execute flows from the CLI](../../advanced/3_cli/index.md)** to trigger your flows from your terminal.
128128

129129
You can even [trigger flows without leaving Slack](/blog/handler-slack-commands)!
130130

0 commit comments

Comments
 (0)