From 1d710e3d588fa2de04f74e56eb6322e8db891f03 Mon Sep 17 00:00:00 2001 From: Mecoli1219 Date: Fri, 22 Nov 2024 01:44:46 -0800 Subject: [PATCH] Fix anchor Signed-off-by: Mecoli1219 --- .../flyte_fundamentals/jupyter_notebook_interaction.md | 2 +- .../flyte_fundamentals/running_and_scheduling_workflows.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user_guide/flyte_fundamentals/jupyter_notebook_interaction.md b/docs/user_guide/flyte_fundamentals/jupyter_notebook_interaction.md index 8436fdf48e..7d11828304 100644 --- a/docs/user_guide/flyte_fundamentals/jupyter_notebook_interaction.md +++ b/docs/user_guide/flyte_fundamentals/jupyter_notebook_interaction.md @@ -74,7 +74,7 @@ execution = remote.execute(my_wf, inputs={"name": "Flyte"}) ``` You can then fetch the inputs and outputs of the execution by following the steps -in {ref}``. +in {ref}`getting_started_run_and_schedule_fetch_execution`. ## When Does Interactive `FlyteRemote` Re-register an Entity? diff --git a/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md b/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md index 1cc93f06f5..4a552a1275 100644 --- a/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md +++ b/docs/user_guide/flyte_fundamentals/running_and_scheduling_workflows.md @@ -185,6 +185,7 @@ You can also launch tasks via `flytectl`, learn more in the {ref}`User Guide `