From f9c1a971b268b19ff951151e2bfa3b143d722d9b Mon Sep 17 00:00:00 2001 From: Nikki Everett Date: Tue, 5 Mar 2024 14:59:40 -0600 Subject: [PATCH] update link to flytesnacks repo (#5007) Signed-off-by: nikki everett --- docs/deployment/deployment/cloud_simple.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/deployment/cloud_simple.rst b/docs/deployment/deployment/cloud_simple.rst index c71708f1f4..94833a0db4 100644 --- a/docs/deployment/deployment/cloud_simple.rst +++ b/docs/deployment/deployment/cloud_simple.rst @@ -112,8 +112,8 @@ hello world example: .. prompt:: bash $ git clone https://github.com/flyteorg/flytesnacks - cd flytesnacks/cookbook - pyflyte run --remote core/flyte_basics/hello_world.py my_wf + cd flytesnacks/examples/basics + pyflyte run --remote basics/hello_world.py hello_world_wf *********************************** Flyte in on-premises infrastructure