Skip to content

Commit

Permalink
Update README.md (flyteorg#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Aug 26, 2021
1 parent 976b5ec commit fc5a72f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ Here are the setup instructions to start contributing to `flytesnacks` repo:
### 💻 Contribute to examples

1. Determine where to put your new code:
* [Core](https://github.com/flyteorg/blob/master/cookbook/core)
* [Core](https://github.com/flyteorg/flytesnacks/tree/master/cookbook/core)

Contains examples that demonstrates functionality available within core flytekit. These examples should be runnable
locally.

* [Integrations](https://github.com/flyteorg/blob/master/cookbook/integrations)
* [Integrations](https://github.com/flyteorg/flytesnacks/tree/master/cookbook/integrations)

Contains examples that leverage one or more of the available plugins.

* [Case Studies](https://github.com/flyteorg/blob/master/cookbook/case_studies)
* [Case Studies](https://github.com/flyteorg/flytesnacks/tree/master/cookbook/case_studies)

Contains examples that demonstrates usage of Flyte to solve real world problems. These are more generally more complex
examples that may require extra setup or that can only run on larger clusters.
Expand Down

0 comments on commit fc5a72f

Please sign in to comment.