From e0c60e4a60d522a4df1e717337ecd9fe21d14168 Mon Sep 17 00:00:00 2001 From: DenChenn Date: Mon, 21 Oct 2024 21:27:33 +0800 Subject: [PATCH] [Docs] use my gitsha repo link first Signed-off-by: DenChenn --- docs/user_guide/data_types_and_io/flytedirectory.md | 2 +- docs/user_guide/data_types_and_io/flytefile.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/data_types_and_io/flytedirectory.md b/docs/user_guide/data_types_and_io/flytedirectory.md index a4d4f70554..8c5ca1ce87 100644 --- a/docs/user_guide/data_types_and_io/flytedirectory.md +++ b/docs/user_guide/data_types_and_io/flytedirectory.md @@ -98,7 +98,7 @@ This feature is marked as experimental. We'd love feedback on the API! Here is a simple example, you can accept a `FlyteDirectory` as an input, walk through it and copy the files to another `FlyteDirectory` one by one. -```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/8dd7bf9708ff56d1fbee37f31763cba3277c102b/examples/data_types_and_io/data_types_and_io/file_steaming.py +```{rli} https://raw.githubusercontent.com/DenChenn/flytesnacks/8dd7bf9708ff56d1fbee37f31763cba3277c102b/examples/data_types_and_io/data_types_and_io/file_steaming.py :caption: data_types_and_io/file_streaming.py :lines: 23-33 ```{note} diff --git a/docs/user_guide/data_types_and_io/flytefile.md b/docs/user_guide/data_types_and_io/flytefile.md index 4aa0aa95f2..f22bed272f 100644 --- a/docs/user_guide/data_types_and_io/flytefile.md +++ b/docs/user_guide/data_types_and_io/flytefile.md @@ -101,7 +101,7 @@ This feature is marked as experimental. We'd love feedback on the API! Here is a simple example of removing some columns from a CSV file and writing the result to a new file: -```{rli} https://raw.githubusercontent.com/flyteorg/flytesnacks/8dd7bf9708ff56d1fbee37f31763cba3277c102b/examples/data_types_and_io/data_types_and_io/file_steaming.py +```{rli} https://raw.githubusercontent.com/DenChenn/flytesnacks/8dd7bf9708ff56d1fbee37f31763cba3277c102b/examples/data_types_and_io/data_types_and_io/file_steaming.py :caption: data_types_and_io/file_streaming.py :lines: 8-20 ```{note}