Skip to content

Commit

Permalink
[Docs] use my gitsha repo link first
Browse files Browse the repository at this point in the history
Signed-off-by: DenChenn <[email protected]>
  • Loading branch information
DenChenn committed Oct 21, 2024
1 parent 187498e commit e0c60e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/data_types_and_io/flytedirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/data_types_and_io/flytefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e0c60e4

Please sign in to comment.