From fc5a72f89a771249640dd0c25fde55ab4941e28a Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 26 Aug 2021 15:26:29 +0800 Subject: [PATCH] Update README.md (#371) Signed-off-by: Kevin Su --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db46739daf..65bc49cc15 100644 --- a/README.md +++ b/README.md @@ -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.