Skip to content

Commit

Permalink
fix broken ref
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Nov 20, 2023
1 parent e1722a1 commit b028b5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/getting_started/running_workflows_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jupytext:

### Steps (with example)

(getting_started_running_workflow_local_cluster)=

## Running a workflow in a local cluster

[TK - Intro - why run in a local cluster]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def conditional_wf(data: typing.List[float]) -> dict:
# ## Sending inputs to `wait_for_input` and `approve` nodes
#
# Assuming that you've registered the above workflows on a Flyte cluster that's
# been started with {ref}`flytectl demo start <getting_started_running_workflows_locally>`,
# been started with {ref}`flytectl demo start <getting_started_running_workflow_local_cluster>`,
# there are two ways of using `wait_for_input` and `approve` nodes:
#
# ### Using the Flyte UI
Expand Down
2 changes: 1 addition & 1 deletion examples/productionizing/productionizing/use_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#
# - Install [kubectl](https://kubernetes.io/docs/tasks/tools/).
# - Have access to a Flyte cluster, for e.g. with `flytectl demo start` as
# described {ref}`here <getting_started_running_workflows_locally>`.
# described {ref}`here <getting_started_running_workflow_local_cluster>`.
# :::
#
# The first step to using secrets in Flyte is to create one on the backend.
Expand Down

0 comments on commit b028b5d

Please sign in to comment.